修改
This commit is contained in:
parent
1f43ef234d
commit
9fce987084
@ -40,7 +40,7 @@ namespace AlicizaX.Network.Runtime
|
|||||||
allAssemblies[allAssemblies.Length - 1] = typeof(NetworkModule).Assembly;
|
allAssemblies[allAssemblies.Length - 1] = typeof(NetworkModule).Assembly;
|
||||||
|
|
||||||
await Fantasy.Platform.Unity.Entry.Initialize(allAssemblies);
|
await Fantasy.Platform.Unity.Entry.Initialize(allAssemblies);
|
||||||
_scene = await Scene.Create(SceneRuntimeType.MainThread);
|
_scene = await Scene.Create(SceneRuntimeMode.MainThread);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Connect(string remoteAddress, NetworkProtocolType networkProtocolType, bool isHttps)
|
public void Connect(string remoteAddress, NetworkProtocolType networkProtocolType, bool isHttps)
|
||||||
|
Loading…
Reference in New Issue
Block a user