diff options
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj index 86b2a65..c06358a 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -66,6 +66,9 @@ <Compile Include="ContentPathManager.cs" /> <Compile Include="Controls\Button.cs" /> <Compile Include="Controls\ControlBase.cs" /> + <Compile Include="Enemies\EnemyBase.cs" /> + <Compile Include="Enemies\RedBalloon.cs" /> + <Compile Include="Levels\WaveManager.cs" /> <Compile Include="Scenes\GameScene.cs" /> <Compile Include="Controls\LevelSelector.cs" /> <Compile Include="Enums.cs" /> |
