Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using KitchenData;
|
||||
using KitchenLib.Customs;
|
||||
|
||||
namespace Easter2025.Customs.Generics
|
||||
{
|
||||
public abstract class GenericStackableItemGroup : CustomItemGroup
|
||||
{
|
||||
public override ItemStorage ItemStorageFlags => ItemStorage.StackableFood;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user