リファクタリングなど

This commit is contained in:
syuilo
2018-08-11 02:28:31 +09:00
parent e6a0a5dcf4
commit 569036db73
6 changed files with 330 additions and 238 deletions

4
src/serifs.ts Normal file
View File

@ -0,0 +1,4 @@
export default {
REVERSI_OK: '良いですよ~',
REVERSI_DECLINE: 'ごめんなさい、今リバーシはするなと言われてます...'
};