Implement ObservableList collection.

This commit is contained in:
Paul Chote
2015-10-10 14:48:55 +01:00
parent 4ba78f65b9
commit 386f252736
2 changed files with 120 additions and 0 deletions

View File

@@ -246,6 +246,8 @@
<Compile Include="Renderer.cs" />
<Compile Include="Platform.cs" />
<Compile Include="GameSpeed.cs" />
<Compile Include="GlobalChat.cs" />
<Compile Include="Primitives\ObservableList.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="FileSystem\D2kSoundResources.cs" />