refactor(mod): changed hardcode items and locale to JSON controlled one

This commit is contained in:
Yui
2025-11-04 15:33:50 -03:00
parent 99c737c672
commit a4b2bf4bcf
14 changed files with 431 additions and 262 deletions

View File

@@ -20,4 +20,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="db\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>