9 lines
No EOL
185 B
C#
9 lines
No EOL
185 B
C#
using WingsEmu.DTOs.ServerDatas;
|
|
|
|
namespace WingsEmu.Game.Items;
|
|
|
|
public interface IItemBoxManager
|
|
{
|
|
ItemBoxDto GetItemBoxByItemVnumAndDesign(int itemVnum);
|
|
void Initialize();
|
|
} |