Beispiel #1
0
    /* *
     * 初期化に関するメソッド
     * */

    //unityを起動するときに実行します
    void Awake()
    {
        INSTANCE = this;
        CurrentMark2AnimeStatee = PlayerAnimationState.STAND_BY;
    }
Beispiel #2
0
 /* *
  * 初期化に関するメソッド
  * */
 //unityを起動するときに実行します
 void Awake()
 {
     INSTANCE = this;
     CurrentMark2AnimeStatee = PlayerAnimationState.STAND_BY;
 }