Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Pets.Interfaces;
|
||||
using Unity.Collections;
|
||||
|
||||
namespace Pets.Components.Properties
|
||||
{
|
||||
public struct CStapleAppliances : IPetProperty
|
||||
{
|
||||
public FixedListInt64 Appliances;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user