Created
September 4, 2016 07:59
-
-
Save vend9520/9d19937c552f5a9a05d61cd59394b25c to your computer and use it in GitHub Desktop.
マスタデータ用クラス
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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