using System.Collections; using System.Collections.Generic; namespace Net.Project.B.AI { public interface IScriptableNpcSpawn { IReadOnlyDictionary NpcWeights { get; } } }