proletariatgames / CUDLR

⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
MIT License
166 stars 34 forks source link

Moving the scripts into the CUDLR namespace #6

Closed lpetre closed 11 years ago

lpetre commented 11 years ago

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

tenpn commented 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?