8 lines
87 B
C#
8 lines
87 B
C#
namespace Nerfed.Runtime.Video;
|
|
|
|
public enum VideoState
|
|
{
|
|
Playing,
|
|
Paused,
|
|
Stopped
|
|
} |