Initial commit
This commit is contained in:
commit
0afdc1d02f
93 changed files with 2453 additions and 0 deletions
10
Config/Plugin.CardTextureType.cs
Normal file
10
Config/Plugin.CardTextureType.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace CurrencyChanger2
|
||||
{
|
||||
public partial class Plugin
|
||||
{
|
||||
public enum CardTextureType
|
||||
{
|
||||
DEFAULT, CUSTOM
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue