MUDCompiler:

- Now compiles scripts contained under a MUDCompiler/bin/debug/Scripts folder.

MudEngine:
 - ScriptEngine now wraps scripts inside a default namespace. MUDScripts MUST not be placed within a namespace inside the script. The Engine handles it automatically.
This commit is contained in:
Scionwest_cp 2010-07-23 17:22:25 -07:00
parent fe05693fee
commit 0f87ac233a
4 changed files with 73 additions and 2 deletions

View file

@ -14,6 +14,5 @@ namespace MudEngine.GameObjects.Characters.Controlled
public PlayerBasic()
{
}
}
}