1
This commit is contained in:
12
Assets/BITKit/Unity/Scripts/WorldChunk/AIChunkService.cs
Normal file
12
Assets/BITKit/Unity/Scripts/WorldChunk/AIChunkService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit.OpenWorld
|
||||
{
|
||||
public class AIChunkService : WorldChunkService<AIChunkService>
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user