Files

10 lines
151 B
C#
Raw Permalink Normal View History

2024-01-20 20:00:35 +11:00
using KitchenData;
using KitchenMods;
namespace Pets.Components
{
public struct CPetBed : IModComponent, IApplianceProperty
{
}
}