This commit is contained in:
CortexCore 2025-03-04 20:32:22 +08:00
parent d6e6888bb7
commit 787ae12bf8
1 changed files with 2 additions and 1 deletions

View File

@ -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; }
}