feat(WIP): processing 작업

This commit is contained in:
2021-12-18 05:02:47 +09:00
parent 6c93d2fd85
commit b4b4678e26
15 changed files with 182 additions and 100 deletions
-9
View File
@@ -475,18 +475,9 @@ abstract class BaseCommand{
abstract public function run():bool;
public function getJSPlugins():array {
return [];
}
public function exportJSVars():array {
return [];
}
public function getCSSFiles():array {
return [];
}
public function getForm():string{
throw new \sammo\MustNotBeReachedException();
}
public function getLastTurn():LastTurn{
return $this->generalObj->getLastTurn();