Files
Pets-Public/Components/Creation/CRequestedPet.cs
T

10 lines
169 B
C#
Raw Normal View History

2024-01-20 20:00:35 +11:00
using KitchenMods;
namespace Pets.Components.Creation
{
public struct CRequestedPet : IModComponent
{
public int player;
public int pet;
}
}