CrateSet - KitchenMods/KitchenLib GitHub Wiki

GameDataObject - CrateSet

What is an CrateSet?

We don't know much about CrateSets, we believe they are no longer used in the game.

Base Overrides

public override List<Appliance> Options => new List<Appliance>
{
    (Appliance)GDOUtils.GetExistingGDO(ApplianceReferences.Hob)
};

KitchenLib Overrides

// UniqueNameID is used to generate the ID of the GDO. THIS MUST BE UNIQUE!
public override string UniqueNameID => "My Cool GDO";
⚠️ **GitHub.com Fallback** ⚠️