Files
Lachlan Leone d78ae93c97 Initial Commit
2024-01-20 20:00:35 +11:00

9 lines
133 B
C#

using KitchenMods;
namespace Pets.Components
{
public struct CDisplayPet : IModComponent
{
public int index;
}
}