Haus erweiterungen

This commit is contained in:
hydrant
2020-03-24 18:54:59 +01:00
parent bea3efa949
commit 4824ffe7f5
6 changed files with 1483 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
using System.ComponentModel.DataAnnotations;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using GTANetworkAPI;
@@ -22,6 +23,8 @@ namespace ReallifeGamemode.Database.Entities
public bool CanRentIn { get; set; }
public DateTime LastRentSetTime { get; set; }
[NotMapped]
public Vector3 Position => new Vector3(X, Y, Z);