start group system
This commit is contained in:
16
ReallifeGamemode.Server/Entities/GroupVehicle.cs
Normal file
16
ReallifeGamemode.Server/Entities/GroupVehicle.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Entities
|
||||
{
|
||||
public class GroupVehicle : ServerVehicle
|
||||
{
|
||||
public Group Group { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "Gruppen Fahrzeug | Gruppe: " + Group.Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user