부대 이동 관련 초기 코드
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
abstract class BaseStaticEvent {
|
||||
|
||||
function __construct(){
|
||||
|
||||
}
|
||||
|
||||
abstract function run(General $general, array $env, array $params): bool | string;
|
||||
}
|
||||
Reference in New Issue
Block a user