using Pets.Interfaces; using Unity.Collections; namespace Pets.Components.Properties { public struct CStapleAppliances : IPetProperty { public FixedListInt64 Appliances; } }