File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ public static void Postfix()
95
95
Vocabulary . VrbToStr = ApplyLocalization ( Vocabulary . VrbToStr ) ;
96
96
Vocabulary . AuxToStr = ApplyLocalization ( Vocabulary . AuxToStr ) ;
97
97
}
98
-
99
- var fi = AccessTools . Field ( typeof ( GameProgress ) , "values" ) ;
100
- var value = fi . GetValue ( null ) as GameProgress . Progress ;
101
- value . exp += 999999 ;
102
98
}
103
99
}
104
100
Original file line number Diff line number Diff line change 2242
2242
"original" : " 実績" ,
2243
2243
"translation" : " 実績" ,
2244
2244
"context" : null
2245
+ },
2246
+ {
2247
+ "key" : " now_loading" ,
2248
+ "original" : " ロード中" ,
2249
+ "translation" : " ロード中" ,
2250
+ "context" : null
2251
+ },
2252
+ {
2253
+ "key" : " autoTurnEnd" ,
2254
+ "original" : " 自動で自分のターンを終了する" ,
2255
+ "translation" : " 自動で自分のターンを終了する" ,
2256
+ "context" : null
2257
+ },
2258
+ {
2259
+ "key" : " achievement_start" ,
2260
+ "original" : " Achievement" ,
2261
+ "translation" : " Achievement" ,
2262
+ "context" : null
2263
+ },
2264
+ {
2265
+ "key" : " achievement_exp" ,
2266
+ "original" : " 実績の進捗状況を確認できます。" ,
2267
+ "translation" : " 実績の進捗状況を確認できます。" ,
2268
+ "context" : null
2245
2269
}
2246
2270
]
You can’t perform that action at this time.
0 commit comments