Exemplo n.º 1
0
    void Mirror_Command(string[] param)
    {
        int char_index = OldVSNController.GetInstance().charList.GetCharIdByParam(param[0]);

        screen.MirrorCharacter(char_index);
    }