Split Avatar class into three partial classes (hopefully will make it easier to work on)

This commit is contained in:
MW
2007-04-04 16:31:35 +00:00
parent 74484ed2ed
commit 76df9e626d
9 changed files with 471 additions and 404 deletions

View File

@@ -166,6 +166,12 @@
<Compile Include="world\AvatarAnimations.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\AvatarClient.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\AvatarUpdate.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\Entity.cs">
<SubType>Code</SubType>
</Compile>