Ejemplo n.º 1
0
 /// <summary>
 /// Call the job change method from the PC class.
 /// <see cref="Pc.OnJobChange"/>
 /// </summary>
 public void OnJobChange(Packets.Client.JobChange p)
 {
     Pc.OnJobChange(p.GetJob(), p.GetChangeWeapon(), p.GetPostFix());
 }