BITKit/Src/Unity/Scripts/WorldChunk/AIChunkService.cs

13 lines
186 B
C#
Raw Normal View History

2024-03-31 23:31:00 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITKit.OpenWorld
{
public class AIChunkService : WorldChunkService<AIChunkService>
{
}
}