병종 코드를 GameUnitConst, GameUnitDetail에 기반하도록 변경

This commit is contained in:
2018-07-16 02:54:47 +09:00
parent b652ed0b33
commit 695265b299
6 changed files with 170 additions and 283 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
namespace sammo;
class NotImplementedException extends \BadMethodCallException
{}