Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created January 30, 2019 07:11
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 todorok1/86c280a28a2b56920798c9b7676d9683 to your computer and use it in GitHub Desktop.
Save todorok1/86c280a28a2b56920798c9b7676d9683 to your computer and use it in GitHub Desktop.
マスタデータをコードに直書きしたケース
public static class Param {
public static readonly string SlimeName = "スライム";
public static readonly int SlimeMaxHp = 4;
public static readonly int SlimeAtk = 2;
public static readonly int SlimeDef = 2;
public static readonly int SlimeExp = 1;
public static readonly int SlimeGold = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment