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