using KitchenMods; namespace Pets.Components.Creation { public struct CRequiresPet : IModComponent { public int PetType; } }