Files

13 lines
186 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 AIChunkService : WorldChunkService<AIChunkService>
{
}
}