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