Gangwar-System base Structure
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user