Delegate ClientUnsubscribeEntityDelegate
Namespace: AltV.Net.EntitySync.Events
Assembly: AltV.Net.EntitySync.dll
Syntax
public delegate void ClientUnsubscribeEntityDelegate(IClient client, ulong type, ulong id);
Parameters
| Type | Name | Description |
|---|---|---|
| IClient | client | |
| System.UInt64 | type | |
| System.UInt64 | id |