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