Skip to content

Instantly share code, notes, and snippets.

@Velsimir
Last active October 31, 2023 20:04
Show Gist options
  • Save Velsimir/fd30ddc964bd308a9da12135b6c9d70f to your computer and use it in GitHub Desktop.
Save Velsimir/fd30ddc964bd308a9da12135b6c9d70f to your computer and use it in GitHub Desktop.
class Switcher
{
private bool _enable;
public void Enable()
{
_effects.StartEnableAnimation();
}
public void Disable()
{
_pool.Free(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment