mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-04 04:14:34 +00:00
26 lines
595 B
C#
26 lines
595 B
C#
// #if !EDGEGAP_PLUGIN_SERVERS
|
|
// #if UNITY_EDITOR
|
|
// using FishNet.Documenting;
|
|
// using UnityEditor;
|
|
// using UnityEngine;
|
|
//
|
|
// namespace FishNet.Plugin
|
|
// {
|
|
// [APIExclude]
|
|
// public class EdgegapMenu : MonoBehaviour
|
|
// {
|
|
//
|
|
// /// <summary>
|
|
// /// Replaces all components.
|
|
// /// </summary>
|
|
// [MenuItem("Tools/Get Edgegap Hosting", false, 0)]
|
|
// private static void GetEdgegapHosting()
|
|
// {
|
|
// Application.OpenURL("https://firstgeargames.com/FishNet/Edgegap/");
|
|
// }
|
|
//
|
|
//
|
|
// }
|
|
// }
|
|
// #endif
|
|
// #endif |