Add House Menu
This commit is contained in:
@@ -23,6 +23,10 @@ namespace ReallifeGamemode.Server.Entities
|
||||
public float Y { get; set; }
|
||||
public float Z { get; set; }
|
||||
|
||||
public int RentalFee { get; set; }
|
||||
|
||||
public bool CanRentIn { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public Vector3 Position => new Vector3(X, Y, Z);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user