using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; namespace ReallifeGamemode.Server.Types { public enum GroupRank { NONE, MEMBER, MANAGER, OWNER } }