?> 제거

This commit is contained in:
2018-10-01 03:03:30 +09:00
parent 0ee4593608
commit 5be39c04ef
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -4,4 +4,3 @@ namespace sammo;
abstract class GeneralTrigger extends ObjectTrigger{
abstract public function __construct(General $general);
}
?>
+1 -2
View File
@@ -22,5 +22,4 @@ abstract class ObjectTrigger{
$fqn = static::class;
return "{$priority}_{$fqn}_{$hash}";
}
}
?>
}
-1
View File
@@ -4,4 +4,3 @@ namespace sammo;
abstract class WarUnitTrigger extends ObjectTrigger{
abstract public function __construct(WarUnit $unit);
}
?>