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