This commit is contained in:
2022-10-11 17:55:03 +08:00
parent 0b179f9739
commit 090f51f624
+3 -1
View File
@@ -168,7 +168,9 @@ abstract class Actor implements ActorInterface, JsonSerializable
/** /**
* @return void * @return void
*/ */
abstract public function onUpdate(): void; public function onUpdate(): void
{
}
/** /**