Added header

release
Simon (darkside) Jackson 2020-10-23 12:41:14 +01:00
parent 93e36943a2
commit 5a3621a464
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
using System.Collections;
/// Credit Beka Westberg
/// Sourced from - https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/28
/// Updated by SimonDarksideJ - Added some exception management and a SetNewItems to replace the content programmatically
using System.Collections;
using System.Collections.Generic;
using UnityEngine.EventSystems;
using UnityEngine.Events;