public static void SetObstacleColor(this ObstacleController oc, Color color) { OCColorManager.GetOCColorManager(oc)?.SetObstacleColor(color); }
public static void SetActiveColors(this ObstacleController oc) { OCColorManager.GetOCColorManager(oc).SetActiveColors(); }
public static void Reset(this ObstacleController oc) { OCColorManager.GetOCColorManager(oc)?.Reset(); }