namespace SanAndreasUnity.Utilities { public class NetUtils { public static System.Func IsServerImpl = () => false; public static bool IsServer => IsServerImpl(); } }