CEngineSharp_Server.World.Entities.Npc.Npc C# (CSharp) Method

Npc() public method

public Npc ( ) : System
return System
        public Npc()
        {
            _stats = new int[(int)Stats.STAT_COUNT];
            this.Position = new Vector();
        }