Пример #1
0
        public bool N3EngineClientAnarchy_SendInPlayMessage_Hook(IntPtr pThis)
        {
            try
            {
                if (_pluginProxy != null)
                {
                    _pluginProxy.TeleportEnded();
                }
            }
            catch (Exception) { }

            return(N3EngineClientAnarchy_t.SendInPlayMessage(pThis));
        }