CEngineSharp_Server.World.Content_Managers.NpcManager.NpcManager C# (CSharp) Method

NpcManager() public method

public NpcManager ( ) : System.Collections.Generic
return System.Collections.Generic
        public NpcManager()
        {
            _npcs = new List<Npc>();
        }