Rugbug_Redfern

RedlabsUIEffect_Base.cs

Sep 19th, 2020 (edited)
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. public abstract class RedlabsUIEffect_Base : MonoBehaviour
  4. {
  5.     public abstract void OnActivate();
  6.  
  7.     public abstract void OnDeactivate();
  8. }
  9.  
Add Comment
Please, Sign In to add comment