示例#1
0
        public override void Spawn_Representative()
        {
            PaladinSectionRepresentative npc = new PaladinSectionRepresentative();

            npc.Controller      = this;
            this.Representative = npc;
            npc.MoveToWorld(this.Location, this.Map);
        }
 public override void Spawn_Representative()
 {
     PaladinSectionRepresentative npc = new PaladinSectionRepresentative();
     npc.Controller = this;
     this.Representative = npc;
     npc.MoveToWorld( this.Location, this.Map );
 }