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