UI/LocalPlayer.cs
/// <summary>Helper to get the local (non-proxy) PlayerPawn.</summary>
public static class LocalPlayer
{
	public static PlayerPawn Pawn => PlayerPawn.Local;
}