11 lines
228 B
C#
11 lines
228 B
C#
using KitchenMods;
|
|
using Pets.Interfaces;
|
|
using Unity.Collections;
|
|
|
|
namespace Pets.Components.Properties
|
|
{
|
|
public struct CStapleAppliances : IPetProperty, IModComponent
|
|
{
|
|
public FixedListInt64 Appliances;
|
|
}
|
|
} |