Initial commit

This commit is contained in:
pan.codes 2024-05-02 19:16:26 +02:00
commit 0afdc1d02f
93 changed files with 2453 additions and 0 deletions

View file

@ -0,0 +1,10 @@
namespace CurrencyChanger2.ConfigMigration
{
public partial class V1ConfigResult
{
public enum TextureType
{
USD, EUR, GBP, SGD, CAD
}
}
}