-
-
Save todorok1/0cc2c9f320aacd5a1d8638eafeef7c7b to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第63回 Addressablesのラベルに関する定義値を保持するクラス
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
/// <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