Skip to content

Instantly share code, notes, and snippets.

@AdamRamberg
Created October 20, 2019 21:15
Show Gist options
  • Save AdamRamberg/282f7ffed7dcbc7f92923233f02ecd4f to your computer and use it in GitHub Desktop.
Save AdamRamberg/282f7ffed7dcbc7f92923233f02ecd4f to your computer and use it in GitHub Desktop.
Announcing Unity Atoms version 2 - PlayerHealth.cs
public class PlayerHealth : MonoBehaviour
{
public IntVariable Health;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment