Delegate ServerLoginManager.NotifyOnLoginAndLoaded
Event delegate for a successful login and load
Namespace: Engine.Account
Assembly: Engine.Account.dll
Syntax
public delegate void NotifyOnLoginAndLoaded(NetworkConnection c);
Parameters
| Type | Name | Description |
|---|---|---|
| Unity.Networking.Transport.NetworkConnection | c | The network connection |