mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
Make FriendResponse extend ILbpSerializable
This commit is contained in:
parent
613984c69d
commit
8cd1d86de8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using System.Xml.Serialization;
|
|||
namespace LBPUnion.ProjectLighthouse.Types.Serialization;
|
||||
|
||||
[XmlRoot("npdata")]
|
||||
public struct FriendResponse
|
||||
public struct FriendResponse : ILbpSerializable
|
||||
{
|
||||
|
||||
public FriendResponse(List<MinimalUserProfile> friends)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue