This commit is contained in:
Lachlan Leone
2024-01-20 22:32:35 +11:00
parent dc543cba36
commit 323c611016
11 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
using KitchenMods;
using Pets.Interfaces;
using Unity.Collections;
namespace Pets.Components.Properties
{
public struct CStapleAppliances : IPetProperty
public struct CStapleAppliances : IPetProperty, IModComponent
{
public FixedListInt64 Appliances;
}