summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/SystemTypeHelpers.cs
blob: d462322bf2def0127c6235d78f4629a0a1f0d946 (plain)
1
2
3
4
5
6
7
using System;
using System.Linq;

public static class SystemTypeHelpers
{
	public static readonly SystemTypes[] AllTypes = Enum.GetValues(typeof(SystemTypes)).Cast<SystemTypes>().ToArray<SystemTypes>();
}