示例#1
0
 /// 弹幕经过该地形时调用
 public virtual void OnPassed(Bullet bullet)
 {
 }
示例#2
0
 /// 弹幕停止于该地形时调用
 public virtual void OnStepped(Bullet bullet)
 {
 }