CEngineSharp_Server.World.Entities.Npc.Npc C# (CSharp) 메소드

Npc() 공개 메소드

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