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