1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/Utilities/AccountType.cs

9 lines
110 B
C#

namespace Teknik.Utilities
{
public enum AccountType
{
Basic = 0,
Premium = 1
}
}