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