Location Sharing
This commit is contained in:
9
LightlessSyncAPI/Dto/User/LocationDto.cs
Normal file
9
LightlessSyncAPI/Dto/User/LocationDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using LightlessSync.API.Data;
|
||||
using LightlessSync.API.Dto.CharaData;
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.User;
|
||||
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record LocationDto(UserData user, LocationInfo location);
|
||||
Reference in New Issue
Block a user