This commit is contained in:
2024-12-12 01:07:26 +08:00
parent 2667419d98
commit 3fcff0598a
55 changed files with 1861 additions and 964 deletions
-2
View File
@@ -15,8 +15,6 @@ namespace AibisDream.Framework
public interface ISystem
{
void Init();
void Enable();
void Disable();
void Deinit();
}