Mud Designer UI:

- Began support work on the networking side of the designer UI. Attempts to connect to the server or run stand-alone.
 - Began implementing object creation.

Mud Engine:
 - Added the [Browsable(false)]  attribute to several Game properties so they are not visible within the new Designer.
This commit is contained in:
Scionwest_cp 2010-11-07 09:05:54 -08:00
parent a347607337
commit f446c754fb
9 changed files with 556 additions and 56 deletions

View file

@ -46,6 +46,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Client.cs" />
<Compile Include="frmDesigner.cs">
<SubType>Form</SubType>
</Compile>