예제 #1
0
    //-------------------------------------------------------------------------------------
    // Awake
    //-------------------------------------------------------------------------------------
    void Awake()
    {
        Init();

        Stater.Add(UNIT_STATE.IDLE, typeof(State_Unit00_Idle), this);
        Stater.Add(UNIT_STATE.JUMP, typeof(State_Unit00_Jump), this);
    }