using System; using System.Collections.Generic; using System.Text; using GTANetworkAPI; /** * @overview Life of German Reallife - Util ListPlayer ListPlayer.cs * @author VegaZ * @copyright (c) 2008 - 2018 Life of German */ namespace reallife_gamemode.Server.Util { public class ListPlayer : Script { public int Id; public string Name; public int Ping; } }