using KitchenMods; namespace Pets.Components { public struct CRequestNameChange : IModComponent { public int Source; public bool IsTriggered; } }