13 lines
235 B
C#
13 lines
235 B
C#
|
using UnityEngine;
|
||
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using System;
|
||
|
|
||
|
namespace Pinwheel.Griffin.Rendering
|
||
|
{
|
||
|
internal class GGrassPatchData
|
||
|
{
|
||
|
internal GInstancedBatch[] instancedBatches;
|
||
|
}
|
||
|
}
|