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

OnCharacterPart() 개인적인 메소드

This method is called when a character is discovered to have gone offline.
private OnCharacterPart ( ACR_ServerCommunicator.GameCharacter Character ) : void
Character ACR_ServerCommunicator.GameCharacter Supplies the character that is now /// considered to be offline.
리턴 void
        private void OnCharacterPart(GameCharacter Character)
        {
            EnqueueEvent(new CharacterPartEvent(Character, Character.Player.IsDM, Character.Server));
        }