Shop System [Clothes] base
This commit is contained in:
committed by
Lukas Moungos
parent
461b9aa4cb
commit
834c5cb22d
14
ReallifeGamemode.Server/Shop/Clothing/Clothe.cs
Normal file
14
ReallifeGamemode.Server/Shop/Clothing/Clothe.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user