Ejemplo n.º 1
0
        internal void Try()
        {
            bool failed = false;

            if (!Steamworks.native.utils.IsAPICallCompleted(Call, ref failed))
            {
                return;
            }

            Steamworks.UnregisterCallResult(this);

            RunCallback();
        }