//
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
namespace MUnique.OpenMU.ServerClients;
///
/// The arguments for a friend response.
///
public record FriendResponseArguments(string CharacterName, string FriendName, bool Accepted);