using KitchenMods; namespace Pets.Components { public struct CCurrentSpeed : IModComponent { public float speed; } }