Advertisement
Pro_Unit

UnityEvent

Mar 2nd, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. using System;
  2. using UnityEngine.Events;
  3.  
  4. namespace $NAMESPACE_NAME$
  5. {
  6.     [Serializable] public class UnityEvent$TYPE_NAME$ : UnityEvent<$TYPE_NAME$>{}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement