Beispiel #1
0
        public override void Spawn_Representative()
        {
            MasterOfTradesSectionRepresentative npc = new MasterOfTradesSectionRepresentative();

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