框架上传
This commit is contained in:
7
Assets/00.StaryEvo/Runtime/Design/IController.cs
Normal file
7
Assets/00.StaryEvo/Runtime/Design/IController.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Stary.Evo
|
||||
{
|
||||
public interface IController:IBelongToArchitecture,ICanGetSystem,ICanGetData,ICanSendCommand,ICanRegisterEvent,ICanSendQuery, ICanGetUtility
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user