Files
BITFALL/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainService.cs
CortexCore 922271e96d Revert "1"
This reverts commit 0b66b0a19e.
2025-01-20 23:39:36 +08:00

11 lines
192 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITKit.OpenWorld
{
public class WorldTerrainService : WorldChunkService<WorldTerrainService>
{
}
}