fix missing using

pull/458/head
Simon (Darkside) Jackson 2023-10-05 20:43:41 +01:00 committed by GitHub
parent 3000e3b40b
commit 1464ae97bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
///Credit perchik
///Sourced from - http://forum.unity3d.com/threads/receive-onclick-event-and-pass-it-on-to-lower-ui-elements.293642/
using System;
using System.Collections.Generic;
namespace UnityEngine.UI.Extensions