9 lines
No EOL
167 B
C#
9 lines
No EOL
167 B
C#
using WingsAPI.Data.Shops;
|
|
using WingsEmu.Game.Shops;
|
|
|
|
namespace WingsEmu.Game.Entities;
|
|
|
|
public interface IShopFactory
|
|
{
|
|
ShopNpc CreateShop(ShopDTO shopDto);
|
|
} |