10 lines
151 B
C#
10 lines
151 B
C#
|
|
using KitchenData;
|
||
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components
|
||
|
|
{
|
||
|
|
public struct CPetBed : IModComponent, IApplianceProperty
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|