버그 수정

This commit is contained in:
2019-04-21 15:41:02 +09:00
parent 45a4ca5298
commit f8bcfba90e
9 changed files with 32 additions and 14 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
namespace sammo\Command;
use \sammo\General;
use \sammo\LastTurn;
abstract class NationCommand extends BaseCommand{
protected $lastTurn;