Files
Pets-Public/Components/Properties/CStapleAppliances.cs
T
Lachlan Leone d78ae93c97 Initial Commit
2024-01-20 20:00:35 +11:00

10 lines
194 B
C#

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