Exemplo n.º 1
0
    // PERFORM BARREL ROLL

    public static void PerformBarrelRoll()
    {
        if (IsServer)
        {
            CurrentPlayer.CmdPerformBarrelRoll();
        }
    }