Files

11 lines
192 B
C#
Raw Permalink Normal View History

2024-04-16 04:15:06 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITKit.OpenWorld
{
public class WorldTerrainService : WorldChunkService<WorldTerrainService>
{
}
}