Created
October 26, 2020 03:11
-
-
Save baobao/6c1538e2d0d487ed111bb06aa58ab520 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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