9 lines
137 B
C#
9 lines
137 B
C#
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components
|
||
|
|
{
|
||
|
|
public struct CCurrentSpeed : IModComponent
|
||
|
|
{
|
||
|
|
public float speed;
|
||
|
|
}
|
||
|
|
}
|