This commit is contained in:
2023-04-03 14:03:46 +08:00
parent 05c1a159c1
commit 68e225c3b4
+3
View File
@@ -7,6 +7,9 @@ enum ActorState
case IDLE;
case BUSY;
/**
*
*/
case CREATE;
case MESSAGE;
case SHUTDOWN;