Example #1
0
 /// <summary>
 /// Send a list of weapons currently in use
 /// </summary>
 public void SendWeaponList()
 {
     Packets.Server.WeaponList packet = new SagaMap.Packets.Server.WeaponList();
     packet.SetWeapon(this.Char.Weapons);
     this.netIO.SendPacket(packet, this.SessionID);;
 }
Example #2
0
 /// <summary>
 /// Send a list of weapons currently in use
 /// </summary>
 public void SendWeaponList()
 {
     Packets.Server.WeaponList packet = new SagaMap.Packets.Server.WeaponList();
     packet.SetWeapon(this.Char.Weapons);
     this.netIO.SendPacket(packet, this.SessionID); ;
 }