settings
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using FairyGUI;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public interface INoticeComponent
|
||||
{
|
||||
void OnInit(GComponent root);
|
||||
void OnUpdate();
|
||||
void OnDestroy();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user