using KitchenMods; namespace Pets.Components { public struct CRequestStateChange : IModComponent { public int PlayerID; public int StateID; } }