ACR_ServerCommunicator.GameWorldManager.OnBroadcastNotification C# (CSharp) 메소드

OnBroadcastNotification() 개인적인 메소드

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