continue Gangwar System
This commit is contained in:
@@ -890,6 +890,32 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.ToTable("TuningGarages");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("ReallifeGamemode.Database.Entities.Turfs", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<int>("Color");
|
||||
|
||||
b.Property<int?>("FactionId");
|
||||
|
||||
b.Property<string>("Name");
|
||||
|
||||
b.Property<string>("Owner");
|
||||
|
||||
b.Property<float>("Range");
|
||||
|
||||
b.Property<float>("Rotation");
|
||||
|
||||
b.Property<int>("X");
|
||||
|
||||
b.Property<int>("Y");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Turfs");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("ReallifeGamemode.Database.Entities.User", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
|
||||
Reference in New Issue
Block a user