From 98e01dfd9842221a7c7d7a0dc2db0454f05979b5 Mon Sep 17 00:00:00 2001 From: Scionwest_cp Date: Tue, 27 Sep 2011 17:27:37 -0700 Subject: [PATCH] Created new namespace folders for current engine overhaul Moved ParseProperty into MudEngine.Core --- MudEngine/{Attributes => Core}/ParseProperty.cs | 0 MudEngine/MudEngine.csproj | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) rename MudEngine/{Attributes => Core}/ParseProperty.cs (100%) diff --git a/MudEngine/Attributes/ParseProperty.cs b/MudEngine/Core/ParseProperty.cs similarity index 100% rename from MudEngine/Attributes/ParseProperty.cs rename to MudEngine/Core/ParseProperty.cs diff --git a/MudEngine/MudEngine.csproj b/MudEngine/MudEngine.csproj index 8d6f459..172cbb4 100644 --- a/MudEngine/MudEngine.csproj +++ b/MudEngine/MudEngine.csproj @@ -54,7 +54,7 @@ - + @@ -97,6 +97,12 @@ rScripting + + + + + +