Initial Commit

This commit is contained in:
Sebastian Cabrera 2021-08-02 05:44:37 -04:00
parent 53eb92e9af
commit 270ab7d11f
15341 changed files with 700234 additions and 0 deletions

View file

@ -0,0 +1,9 @@
namespace Unity.VisualScripting
{
public enum MouseButton
{
Left = 0,
Right = 1,
Middle = 2
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: aa83ec66a9f66478ab2f03723303e026
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,9 @@
namespace Unity.VisualScripting
{
public enum PressState
{
Hold,
Down,
Up
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 6b3f6fbc3eebd4d3dabcf39e2e98ee73
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: