リファクタリングなど

This commit is contained in:
syuilo
2018-08-11 10:42:06 +09:00
parent 569036db73
commit 986fe39762
8 changed files with 303 additions and 228 deletions

View File

@ -1,4 +1,11 @@
export default {
/**
* リバーシへの誘いを承諾するとき
*/
REVERSI_OK: '良いですよ~',
/**
* リバーシへの誘いを断るとき
*/
REVERSI_DECLINE: 'ごめんなさい、今リバーシはするなと言われてます...'
};