Ejemplo n.º 1
0
 /// Called when the player presses the Play button
 ///
 public void OnPlayPressed()
 {
     OnPlayRequested.SafeInvoke();
 }
Ejemplo n.º 2
0
 public static void EmitPlayRequested()
 {
     OnPlayRequested?.Invoke();
 }