add texture property to charactercloth entity
This commit is contained in:
@@ -217,6 +217,8 @@ namespace ReallifeGamemode.Migrations
|
||||
|
||||
b.Property<byte>("SlotType");
|
||||
|
||||
b.Property<int>("Texture");
|
||||
|
||||
b.Property<int>("UserId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
Reference in New Issue
Block a user