SMSMod-CurrencyChanger2/Config/Plugin.CardTextureType.cs
2024-05-02 19:16:26 +02:00

10 lines
162 B
C#

namespace CurrencyChanger2
{
public partial class Plugin
{
public enum CardTextureType
{
DEFAULT, CUSTOM
}
}
}