add house position
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user