Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created April 7, 2025 11:53
Show Gist options
  • Save todorok1/0cc2c9f320aacd5a1d8638eafeef7c7b to your computer and use it in GitHub Desktop.
Save todorok1/0cc2c9f320aacd5a1d8638eafeef7c7b to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第63回 Addressablesのラベルに関する定義値を保持するクラス
/// <summary>
/// 魔法のデータのラベルです。
/// </summary>
public static readonly string Magic = "Magic";
/// <summary>
/// マップのデータのラベルです。
/// </summary>
public static readonly string Map = "Map";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment