Heroes_of_Hiis/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/Utilities/GGenericContainer.cs

17 lines
308 B
C#

#if GRIFFIN
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace Pinwheel.Griffin
{
//[CreateAssetMenu(menuName = "Griffin/Generic Container")]
public class GGenericContainer : ScriptableObject
{
public void Reset()
{
}
}
}
#endif