Exemplo n.º 1
0
 public static void SetObstacleColor(this ObstacleController oc, Color color)
 {
     OCColorManager.GetOCColorManager(oc)?.SetObstacleColor(color);
 }
Exemplo n.º 2
0
 public static void SetActiveColors(this ObstacleController oc)
 {
     OCColorManager.GetOCColorManager(oc).SetActiveColors();
 }
Exemplo n.º 3
0
 public static void Reset(this ObstacleController oc)
 {
     OCColorManager.GetOCColorManager(oc)?.Reset();
 }