baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
10
src/Dapr/ServerClients/FriendResponseArguments.cs
Normal file
10
src/Dapr/ServerClients/FriendResponseArguments.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
// <copyright file="FriendResponseArguments.cs" company="MUnique">
|
||||
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
||||
// </copyright>
|
||||
|
||||
namespace MUnique.OpenMU.ServerClients;
|
||||
|
||||
/// <summary>
|
||||
/// The arguments for a friend response.
|
||||
/// </summary>
|
||||
public record FriendResponseArguments(string CharacterName, string FriendName, bool Accepted);
|
||||
Reference in New Issue
Block a user