Files
Lachlan Leone 323c611016 v0.1.1
2024-01-20 22:32:35 +11:00

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;
}
}