Exemplo n.º 1
0
 public void DebugDrawBots()
 {
     if (MyDebugDrawSettings.ENABLE_DEBUG_DRAW)
     {
         m_botCollection.DebugDrawBots();
     }
 }
Exemplo n.º 2
0
 public void DebugDrawBots()
 {
     m_botCollection.DebugDrawBots();
 }