Exemple #1
0
 public void OnGap(float value)
 {
     GapEvent?.Invoke(value);
 }
 void OnGapEvent(GapEvent e)
 {
 }