Shop System [Clothes] base

This commit is contained in:
Lukas Moungos
2020-01-26 14:55:24 +01:00
committed by Lukas Moungos
parent 461b9aa4cb
commit 834c5cb22d
30 changed files with 102924 additions and 0 deletions

View File

@@ -125,5 +125,8 @@ namespace ReallifeGamemode.Database.Models
//Gangwar
public DbSet<Entities.Turfs> Turfs { get; set; }
//ClothesShop
public DbSet<Entities.ShopClothe> ShopClothes { get; set; }
}
}