add ActionQueue, rather than leaving random variables lying around in Game.cs

This commit is contained in:
Chris Forbes
2011-01-27 21:46:36 +13:00
parent c1fefe0b96
commit d3ddefbaa3
3 changed files with 47 additions and 7 deletions

View File

@@ -75,6 +75,7 @@
<Compile Include="PackageEntry.cs" />
<Compile Include="Palette.cs" />
<Compile Include="PlayerColorRemap.cs" />
<Compile Include="Primitives\ActionQueue.cs" />
<Compile Include="Primitives\DisposableAction.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Thirdparty\Random.cs" />