Beispiel #1
0
 public bool playerWarpItem(Player player, ItemInfo.WarpItem item, ushort targetPlayerID, short posX, short posY)
 {
     return(true);
 }
Beispiel #2
0
 /// <summary>
 /// Triggered when a player attempts to use a warp item
 /// </summary>
 public virtual void handlePlayerWarp(Player player, ItemInfo.WarpItem item, ushort targetPlayerID, short posX, short posY)
 {
 }