LockDeniedEvent Class
Event raised when a lock request on a synchronized object is denied.
Subscribe to
[!:MultiplayerManager.LockDenied] to receive this event. A denial typically means another client currently holds the lock on the object identified by
UniqueID. The local client should wait for a
LockUnlockedEvent before retrying.