Example #1
0
 public void OnBulletHitBullet(BulletHitBulletEvent evnt)
 {
 }
Example #2
0
 /// <inheritdoc />
 public virtual void OnBulletHitBullet(BulletHitBulletEvent evnt)
 {
 }
Example #3
0
 public void OnBulletHitBullet(BulletHitBulletEvent evnt)
 {
 }
Example #4
0
 public void OnBulletHitBullet(BulletHitBulletEvent evnt)
 {
     count(evnt);
 }
Example #5
0
 public override void OnBulletHitBullet(BulletHitBulletEvent e)
 {
     base.OnBulletHitBullet(e);
 }
Example #6
0
 public override void OnBulletHitBullet(BulletHitBulletEvent evnt)
 {
     publisher.publish(evnt);
 }