Changed whole project structure (split client and server into separat projects)
This commit is contained in:
20
ReallifeGamemode.Server/Util/ListPlayer.cs
Normal file
20
ReallifeGamemode.Server/Util/ListPlayer.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int Ping { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user