Files

11 lines
201 B
C#
Raw Permalink Normal View History

2024-01-20 20:00:35 +11:00
using Kitchen;
using KitchenMods;
namespace Pets.Components.Menu
{
public struct CPetEditorInfo : IModComponent
{
public InputIdentifier Player;
public bool IsComplete;
}
}