コード例 #1
0
ファイル: Manager.cs プロジェクト: windlex/mylualib
 public void AddDaemon(Daemon daemon)
 {
     m_DaemonList.Add(daemon);
     daemon.Init();
 }