コード例 #1
0
 protected override bool FirstRunExecute()
 {
     m_RegisterList = new RegisterList();
     m_Instance = this;
     return true;
 }
コード例 #2
0
ファイル: UITickTask.cs プロジェクト: Hengle/ClientFrameWork
 protected override bool FirstRunExecute()
 {
     m_RegisterList = new RegisterList();
     m_Instance     = this;
     return(true);
 }