Pro_Unit

UnityEventGameObject

Nov 16th, 2020
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1.  
  2. using System;
  3. using UnityEngine;
  4. using UnityEngine.Events;
  5.  
  6. namespace GameCore
  7. {
  8.     [Serializable] public class UnityEventGameObject : UnityEvent<GameObject>{}
  9. }
  10.  
Add Comment
Please, Sign In to add comment