namespace KitsuneCafe.ItemSystem { public interface IStackable { int MaxStackCount { get; } } }