Skip to content

Instantly share code, notes, and snippets.

@modyari
Created January 25, 2023 23:17
Show Gist options
  • Save modyari/35612055d91648667eec89a4fe876238 to your computer and use it in GitHub Desktop.
Save modyari/35612055d91648667eec89a4fe876238 to your computer and use it in GitHub Desktop.
public void HandlePickup(GameCharacter character)
{
DeactivatePowerUp();
OnPickedUp?.Invoke(this, character);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment