Initial commit
This commit is contained in:
commit
0afdc1d02f
93 changed files with 2453 additions and 0 deletions
20
Config/Plugin.CoinTextureType.cs
Normal file
20
Config/Plugin.CoinTextureType.cs
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
namespace CurrencyChanger2
|
||||
{
|
||||
public partial class Plugin
|
||||
{
|
||||
public enum CoinTextureType
|
||||
{
|
||||
USD_1ct_COIN, USD_5ct_COIN, USD_10ct_COIN, USD_25ct_COIN, USD_50ct_COIN,
|
||||
|
||||
EUR_1ct_COIN, EUR_2ct_COIN, EUR_5ct_COIN, EUR_10ct_COIN, EUR_20ct_COIN, EUR_50ct_COIN, EUR_1_COIN, EUR_2_COIN,
|
||||
|
||||
GBP_1ct_COIN, GBP_2ct_COIN, GBP_5ct_COIN, GBP_10ct_COIN, GBP_20ct_COIN, GBP_50ct_COIN, GBP_1_COIN, GBP_2_COIN,
|
||||
|
||||
CAD_1ct_COIN, CAD_5ct_COIN, CAD_10ct_COIN, CAD_25ct_COIN, CAD_50ct_COIN, CAD_1_COIN, CAD_2_COIN,
|
||||
|
||||
SGD_1ct_COIN, SGD_5ct_COIN, SGD_10ct_COIN, SGD_20ct_COIN, SGD_50ct_COIN, SGD_1_COIN,
|
||||
|
||||
CUSTOM
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue