This commit is contained in:
parent
d6e6888bb7
commit
787ae12bf8
|
@ -1,9 +1,10 @@
|
||||||
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Net.Project.B.AI
|
namespace Net.Project.B.AI
|
||||||
{
|
{
|
||||||
public interface INpcSpawnService
|
public interface INpcSpawnService:IDisposable
|
||||||
{
|
{
|
||||||
public int MaxNpcCount { get; set; }
|
public int MaxNpcCount { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue