기본 파일 추가

This commit is contained in:
2018-07-12 01:02:28 +09:00
parent 742c3c7156
commit 665fb25fc1
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace sammo;
class CityConst extends CityConstBase{
}
+6
View File
@@ -0,0 +1,6 @@
<?php
namespace sammo;
class GameUnitConst extends GameUnitConstBase
{
}