MudEngine:
- Minor tweaks to Room.cs for checking file extension validity - Scripting Engine and related classes added to Solution (Files existed but were not a part of solution)
This commit is contained in:
parent
2c9536a02c
commit
06266b7245
3 changed files with 9 additions and 5 deletions
|
@ -65,6 +65,10 @@
|
|||
<Compile Include="GameObjects\Items\BaseItem.cs" />
|
||||
<Compile Include="GameObjects\Currency.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Scripting\GameObject.cs" />
|
||||
<Compile Include="Scripting\GameObjectCollection.cs" />
|
||||
<Compile Include="Scripting\ScriptEngine.cs" />
|
||||
<Compile Include="Scripting\StartupObject.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="GameObjects\Characters\NPC\" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue