testss
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Unity.VisualScripting
|
||||
{
|
||||
public enum MouseButton
|
||||
{
|
||||
Left = 0,
|
||||
Right = 1,
|
||||
Middle = 2
|
||||
}
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
namespace Unity.VisualScripting
|
||||
{
|
||||
public enum PressState
|
||||
{
|
||||
Hold,
|
||||
Down,
|
||||
Up
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user