Esempio n. 1
0
 void OnDrawGizmos()
 {
     if (running)
     {
         Debugger.DrawGizmos();
         DMCWrapper.DrawGizmos();
     }
 }