Setup entry point + integrated moonworks stuff
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Nerfed.Runtime;
|
||||
|
||||
public enum MouseButton
|
||||
{
|
||||
Left,
|
||||
Middle,
|
||||
Right,
|
||||
XButton1,
|
||||
XButton2
|
||||
}
|
||||
Reference in New Issue
Block a user