using System; using System.Threading.Tasks; using Cysharp.Threading.Tasks; using Plugins.JNGame.Network; namespace Script.AppImpl { public class JNGSocket : JNSocket { protected override async UniTask GetUrl() { return "ws://localhost:8080/websocket"; } } }