Closed lpetre closed 11 years ago
Heh I know I suggested this, but bare in mind MonoBehaviours can't exist in namespaces in Unity 3.5. If you're supporting that runtime, you'll need to leave ConsoleServer out of the namespace. Maybe with a CUDLR prefix?
Moving Console to CUDLR.Console Moving ConsoleServer to CUDLR.Server Moving ConsoleCommand to CUDLR.Command Moving ConsoleRoute to CUDLR.Route Cleaning up static file types in CUDLR.Server