add texture property to charactercloth entity

This commit is contained in:
hydrant
2019-06-24 18:32:57 +02:00
parent 852410d11a
commit 0dfc3c8602
4 changed files with 1144 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ namespace ReallifeGamemode.Migrations
b.Property<byte>("SlotType");
b.Property<int>("Texture");
b.Property<int>("UserId");
b.HasKey("Id");