using KitchenMods; namespace Pets.Components.Creation { public struct CRequestedPet : IModComponent { public int player; public int pet; } }