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

@@ -24,5 +24,6 @@ namespace ReallifeGamemode.Server.Entities
public byte SlotType { get; set; }
public int SlotId { get; set; }
public int ClothId { get; set; }
public int Texture { get; set; }
}
}