Exemplo n.º 1
0
    void Move_y_Command(string[] param)
    {
        int   char_index    = OldVSNController.GetInstance().charList.GetCharIdByParam(param[0]);
        float anim_time     = float.Parse(param[1]);
        float destination_y = float.Parse(param[2]);

        screen.SetMovement_y(char_index, anim_time, destination_y);
    }