v0.1.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using KitchenMods;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Pets.Components
|
||||
{
|
||||
public struct CPetStuckChecker : IModComponent
|
||||
{
|
||||
public long LastCheck;
|
||||
public Vector3 LastPosition;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user