Files
SeamlessClient/Utilities/Types.cs
2023-08-14 18:55:11 -05:00

16 lines
330 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SeamlessClient.Utilities
{
public static class Types
{
public static Type MyMultiplayerClient = Type.GetType("Sandbox.Engine.Multiplayer.MyMultiplayerClient, Sandbox.Game");
}
}