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