Files
core/hwe/sammo/GameUnitPhaseTriggerBase.php
T
2019-04-29 02:04:45 +09:00

10 lines
268 B
PHP

<?php
namespace sammo;
class GameUnitPhaseTriggerBase extends BaseWarUnitTrigger{
static protected $priority = 10000;
protected function actionWar(WarUnit $self, WarUnit $oppose, array &$selfEnv, array &$opposeEnv):void{
//TODO: 목우 목우
}
}