using System; using System.Collections.Generic; using System.Text; using System.Collections; using GTANetworkAPI; namespace ReallifeGamemode.Server.Util { public static class UserHelper { public static List dutyAdmins = new List(); } }