Beispiel #1
0
 protected override bool OnHitBlock(AmmunitionData args, Vec3U16 pos, BlockID block)
 {
     args.DoTeleport(p);
     return(true);
 }
Beispiel #2
0
 protected override void OnHitPlayer(AmmunitionData args, Player pl)
 {
     args.DoTeleport(p);
 }