11 lines
201 B
C#
11 lines
201 B
C#
|
|
using Kitchen;
|
||
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components.Menu
|
||
|
|
{
|
||
|
|
public struct CPetEditorInfo : IModComponent
|
||
|
|
{
|
||
|
|
public InputIdentifier Player;
|
||
|
|
public bool IsComplete;
|
||
|
|
}
|
||
|
|
}
|