10 lines
215 B
C#
10 lines
215 B
C#
using UnityEngine;
|
|
|
|
namespace RedCircuit.Grid
|
|
{
|
|
/// <summary>分块管理器,将画布按 16x16 分 Chunk,仅实例化视口内 Chunk。</summary>
|
|
public class ChunkManager : MonoBehaviour
|
|
{
|
|
}
|
|
}
|