12 lines
188 B
C#
12 lines
188 B
C#
![]() |
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Net.Project.B.AI
|
||
|
{
|
||
|
public interface INpcSpawnService
|
||
|
{
|
||
|
public int MaxNpcCount { get; set; }
|
||
|
}
|
||
|
|
||
|
}
|