Setup entry point + integrated moonworks stuff
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Nerfed.Runtime.Video;
|
||||
|
||||
public enum VideoState
|
||||
{
|
||||
Playing,
|
||||
Paused,
|
||||
Stopped
|
||||
}
|
||||
Reference in New Issue
Block a user