Initial commit
This commit is contained in:
commit
0afdc1d02f
93 changed files with 2453 additions and 0 deletions
10
ConfigMigration/V1ConfigResult.TextureType.cs
Normal file
10
ConfigMigration/V1ConfigResult.TextureType.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace CurrencyChanger2.ConfigMigration
|
||||
{
|
||||
public partial class V1ConfigResult
|
||||
{
|
||||
public enum TextureType
|
||||
{
|
||||
USD, EUR, GBP, SGD, CAD
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue