Nerfed/Nerfed.Runtime/Video/VideoState.cs

8 lines
87 B
C#
Raw Normal View History

namespace Nerfed.Runtime.Video;
public enum VideoState
{
Playing,
Paused,
Stopped
}