Make FriendResponse extend ILbpSerializable

This commit is contained in:
Slendy 2023-05-05 13:07:41 -05:00
commit 8cd1d86de8
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -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)