diff --git a/ReallifeGamemode.Server/Util/ListPlayer.cs b/ReallifeGamemode.Server/Util/ListPlayer.cs deleted file mode 100644 index 34e750c6..00000000 --- a/ReallifeGamemode.Server/Util/ListPlayer.cs +++ /dev/null @@ -1,20 +0,0 @@ -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 ReallifeGamemode.Server.Util -{ - public class ListPlayer - { - public int Id { get; set; } - public string Name { get; set; } - public int Ping { get; set; } - } -}