Implemented road & road mesh generator.
This commit is contained in:
@ -61,6 +61,10 @@ namespace TransportGame.Utils
|
||||
case Level.Critical:
|
||||
UnityEngine.Debug.LogError(String.Format(format, args));
|
||||
break;
|
||||
|
||||
case Level.Info:
|
||||
UnityEngine.Debug.Log(String.Format(format, args));
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user