diff options
Diffstat (limited to 'src/TrainerMod/TrainerMod.csproj')
-rw-r--r-- | src/TrainerMod/TrainerMod.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 332833df..99a15c8f 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -57,11 +57,7 @@ <Compile Include="Framework\Commands\Other\DebugCommand.cs" /> <Compile Include="Framework\Commands\Player\ListItemTypesCommand.cs" /> <Compile Include="Framework\Commands\Player\ListItemsCommand.cs" /> - <Compile Include="Framework\Commands\Player\AddWallpaperCommand.cs" /> - <Compile Include="Framework\Commands\Player\AddFlooringCommand.cs" /> - <Compile Include="Framework\Commands\Player\AddRingCommand.cs" /> - <Compile Include="Framework\Commands\Player\AddWeaponCommand.cs" /> - <Compile Include="Framework\Commands\Player\AddItemCommand.cs" /> + <Compile Include="Framework\Commands\Player\AddCommand.cs" /> <Compile Include="Framework\Commands\Player\SetStyleCommand.cs" /> <Compile Include="Framework\Commands\Player\SetColorCommand.cs" /> <Compile Include="Framework\Commands\Player\SetSpeedCommand.cs" /> |