예제 #1
0
파일: Manager.cs 프로젝트: windlex/mylualib
 public void AddDaemon(Daemon daemon)
 {
     m_DaemonList.Add(daemon);
     daemon.Init();
 }