Skip to content

Instantly share code, notes, and snippets.

@baobao
Created October 26, 2020 03:11
Show Gist options
  • Save baobao/6c1538e2d0d487ed111bb06aa58ab520 to your computer and use it in GitHub Desktop.
Save baobao/6c1538e2d0d487ed111bb06aa58ab520 to your computer and use it in GitHub Desktop.
/// <summary>
/// <para>The default name of the play event.</para>
/// </summary>
public const string PlayEventName = "OnPlay";
/// <summary>
/// <para>The default name of the stop event.</para>
/// </summary>
public const string StopEventName = "OnStop";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment