Add AbstractGameRule.cs & derived classes

This commit is contained in:
miku-666
2025-11-09 22:45:29 +01:00
parent 56e381af24
commit dc69ddc433
9 changed files with 251 additions and 0 deletions

View File

@@ -99,6 +99,14 @@
<Compile Include="FileDialogFilter.cs" />
<Compile Include="FileFormats\PckAudioFile.cs" />
<Compile Include="GameConstants.cs" />
<Compile Include="GameRule\AbstractGameRule.cs" />
<Compile Include="GameRule\DistributeItems.cs" />
<Compile Include="GameRule\NamedArea.cs" />
<Compile Include="GameRule\OnGameStartSpawnPositions.cs" />
<Compile Include="GameRule\OnInitialiseWorld.cs" />
<Compile Include="GameRule\SpawnPositionSet.cs" />
<Compile Include="GameRule\UpdatePlayer.cs" />
<Compile Include="GameRule\WorldPosition.cs" />
<Compile Include="Interfaces\IDLCPackage.cs" />
<Compile Include="Interfaces\IDLCPackageLocationInfo.cs" />
<Compile Include="Interfaces\IEditor.cs" />