コード例 #1
0
ファイル: AgentTest.cs プロジェクト: wmbeaver/Lidar-Simulator
 public static void ResumeAll()
 {
     agents.RemoveAll(item => item == null);
     foreach (AgentTest AT in agents)
     {
         AT.Resume();
     }
 }