enhance(reversi): 変則なしマッチングを可能に
This commit is contained in:
Vendored
+8
@@ -9595,6 +9595,14 @@ export interface Locale extends ILocale {
|
||||
* 相手が設定を変更しました
|
||||
*/
|
||||
"opponentHasSettingsChanged": string;
|
||||
/**
|
||||
* 変則許可 (完全フリー)
|
||||
*/
|
||||
"allowIrregularRules": string;
|
||||
/**
|
||||
* 変則なし
|
||||
*/
|
||||
"disallowIrregularRules": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user