refac, wip: GeneralLite

This commit is contained in:
2023-08-01 16:28:27 +00:00
parent 38416ccdf8
commit 055e5765ae
2 changed files with 1369 additions and 4 deletions
+1 -4
View File
@@ -10,11 +10,8 @@ use sammo\Enums\InheritanceKey;
use sammo\Enums\RankColumn;
use sammo\WarUnitTrigger as WarUnitTrigger;
class General implements iAction
class General extends GeneralLite implements iAction
{
use LazyVarUpdater;
protected $raw = [];
protected $rawCity = null;