14 lines
266 B
C#
14 lines
266 B
C#
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<Client> dutyAdmins = new List<Client>();
|
|
}
|
|
}
|