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