Skip to content

Instantly share code, notes, and snippets.

@makochang
Created June 26, 2017 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makochang/07cdec22b8cda145a9a8c1bb78114930 to your computer and use it in GitHub Desktop.
Save makochang/07cdec22b8cda145a9a8c1bb78114930 to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
public class Example : MonoBehaviour
{
private int hp;
public int GetHp ()
{
return hp;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment