Example #1
0
 public static void OnDraw_Postfix()
 {
     if (SimulatedWorld.Initialized)
     {
         SimulatedWorld.OnDronesDraw();
     }
 }