modify
This commit is contained in:
parent
9893321815
commit
1f43ef234d
@ -18,7 +18,7 @@ namespace AlicizaX.Network.Runtime
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
_networkModule = ModuleSystem.RegisterModule<INetworkModule>(typeof(NetworkModule));
|
||||
_networkModule = ModuleSystem.RegisterModule<INetworkModule,NetworkModule>();
|
||||
if (_networkModule == null)
|
||||
{
|
||||
Log.Error("Network Manager is invalid.");
|
||||
|
Loading…
Reference in New Issue
Block a user