10 lines
119 B
C#
10 lines
119 B
C#
|
namespace CurrencyAlert.Enum
|
|||
|
{
|
|||
|
public enum Category
|
|||
|
{
|
|||
|
Common,
|
|||
|
Battle,
|
|||
|
Other
|
|||
|
}
|
|||
|
}
|