ACR_ServerCommunicator.GameWorldManager.OnBroadcastNotification C# (CSharp) Method

OnBroadcastNotification() private method

This method is called when a broadcast notification is received.
private OnBroadcastNotification ( string Message ) : void
Message string Supplies the message text.
return void
        private void OnBroadcastNotification(string Message)
        {
            EnqueueEvent(new BroadcastNotificationEvent(Message));
        }