using System; using System.Collections.Generic; using System.Text; using GTANetworkAPI; namespace ReallifeGamemode.Server.Util { public static class Colors { public static Color White = new Color(255, 255, 255); } }