15 lines
254 B
C#
15 lines
254 B
C#
#if GRIFFIN
|
|
using UnityEngine;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System;
|
|
|
|
namespace Pinwheel.Griffin.Rendering
|
|
{
|
|
internal class GGrassPatchData
|
|
{
|
|
internal GInstancedBatch[] instancedBatches;
|
|
}
|
|
}
|
|
#endif
|