Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public event Action<bool> OnGameOver {
  2. add => ((ITriggeringGimmick)triggering).OnGameOver += value;
  3. remove => ((ITriggeringGimmick)triggering).OnGameOver -= value;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement