コード例 #1
0
        public CallResult(SteamAPICall_t call, bool server)
        {
            this.call   = call;
            this.server = server;

            utils = (server ? SteamUtils.InterfaceServer : SteamUtils.InterfaceClient) as ISteamUtils;

            if (utils == null)
            {
                utils = SteamUtils.Interface as ISteamUtils;
            }
        }
コード例 #2
0
        internal override void InitializeInterface(bool server)
        {
            Internal = new ISteamUtils(server);

            InstallEvents();
        }
コード例 #3
0
 internal static void Shutdown()
 {
     SteamUtils._internal = null;
 }
コード例 #4
0
 internal static void Shutdown()
 {
     _internal = null;
 }