Gangwar-System base Structure

This commit is contained in:
Lukas Moungos
2019-11-30 23:48:28 +01:00
parent a4303a1a01
commit af9a1b5c12
4 changed files with 114 additions and 20 deletions

View File

@@ -21,10 +21,10 @@ namespace ReallifeGamemode.Database.Entities
public string Owner { get; set; }
public string Name { get; set; }
public int X { get; set; }
public int Y { get; set; }
public int Rotation { get; set; }
public int Range { get; set; }
public float X { get; set; }
public float Y { get; set; }
public float Rotation { get; set; }
public float Range { get; set; }
public int Color { get; set; }
}