diff options
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventHandle.cs')
-rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventHandle.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventHandle.cs b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventHandle.cs deleted file mode 100644 index 977514f..0000000 --- a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventHandle.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace UnityEngine.EventSystems -{ - [Flags] - public enum EventHandle - { - Unused = 0, - Used = 1 - } -} |