Core - Add ArmorPiece.cs & ArmorSet.cs & rename 'ArmorPieceDescription' to 'ArmorSetDescription'

This commit is contained in:
miku-666
2025-11-22 07:32:23 +01:00
parent 58b9321542
commit ec976d4be2
5 changed files with 147 additions and 65 deletions

View File

@@ -53,7 +53,9 @@
<Compile Include="App\AppLanguage.cs" />
<Compile Include="App\SettingsManager.cs" />
<Compile Include="App\Updater.cs" />
<Compile Include="ArmorPieceDescription.cs" />
<Compile Include="ArmorPiece.cs" />
<Compile Include="ArmorSet.cs" />
<Compile Include="ArmorSetDescription.cs" />
<Compile Include="Atlas.cs" />
<Compile Include="AtlasGroup.cs" />
<Compile Include="AtlasGroupAnimation.cs" />