using System; using System.Collections.Generic; using System.Text; using ReallifeGamemode.Database.Entities; namespace ReallifeGamemode.Server.Shop.Clothing { public class Clothe : ShopClothe { public string clothe; public int undershirtId; public int torsoId; } }