Skip to content

Instantly share code, notes, and snippets.

@vend9520
Created September 4, 2016 07:59
Show Gist options
  • Select an option

  • Save vend9520/9d19937c552f5a9a05d61cd59394b25c to your computer and use it in GitHub Desktop.

Select an option

Save vend9520/9d19937c552f5a9a05d61cd59394b25c to your computer and use it in GitHub Desktop.
マスタデータ用クラス
public class masterData {
public int id;
public string name;
public int hp;
public int sp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment