10 lines
194 B
C#
10 lines
194 B
C#
using Pets.Interfaces;
|
|
using Unity.Collections;
|
|
|
|
namespace Pets.Components.Properties
|
|
{
|
|
public struct CStapleAppliances : IPetProperty
|
|
{
|
|
public FixedListInt64 Appliances;
|
|
}
|
|
} |