renamed important file

This commit is contained in:
2019-09-04 19:02:59 +02:00
parent c264bf0bf6
commit 79cd7143ff
4 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using GTANetworkAPI;
namespace ReallifeGamemode.Server.Util
{
public static class GlobalHelper
{
public static List<Client> dutyAdmins = new List<Client>();
}
}