add house position

This commit is contained in:
hydrant
2019-06-26 22:23:12 +02:00
parent 12803d03ad
commit dd647732c0
4 changed files with 1210 additions and 0 deletions

View File

@@ -415,6 +415,12 @@ namespace ReallifeGamemode.Migrations
b.Property<int?>("UserId");
b.Property<float>("X");
b.Property<float>("Y");
b.Property<float>("Z");
b.HasKey("Id");
b.HasIndex("UserId")