Advertisement
Mizzzlo

Untitled

Sep 18th, 2023
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. public void Enable()
  2. {
  3.     _effects.StartEnableAnimation();
  4.  
  5.     _enable = true;
  6. }
  7.  
  8. public void Disable()
  9. {
  10.     _pool.Free(this);
  11.    
  12.     _enable = false;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement