mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-04 05:48:29 +08:00
12 lines
180 B
C#
12 lines
180 B
C#
![]() |
namespace Mhf.Server.Model
|
|||
|
{
|
|||
|
public enum AccountStateType
|
|||
|
{
|
|||
|
Banned = 0,
|
|||
|
None = 0,
|
|||
|
User = 1,
|
|||
|
GameMaster = 50,
|
|||
|
Admin = 100
|
|||
|
}
|
|||
|
}
|