1
This commit is contained in:
11
Src/Npc/INpcSpawnService.cs
Normal file
11
Src/Npc/INpcSpawnService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Net.Project.B.AI
|
||||
{
|
||||
public interface INpcSpawnService
|
||||
{
|
||||
public int MaxNpcCount { get; set; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user