fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FlowerPower
|
||||
{
|
||||
public interface InterfaceManager
|
||||
{
|
||||
void Init();
|
||||
void StartUp();
|
||||
void DisposeBefore();
|
||||
void Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user