1
0
mirror of synced 2025-02-21 12:59:48 +01:00
TaikoLocalServer/Server/Mappers/SongIntroductionDataMappers.cs
2024-11-29 15:50:01 +08:00

10 lines
338 B
C#

namespace Server.Mappers;
[Mapper]
public static partial class SongIntroductionDataMappers
{
public static partial GetSongIntroductionResponse MapTo3906(CommonGetSongIntroductionResponse response);
public static partial Models.v3209.GetSongIntroductionResponse
MapTo3209(CommonGetSongIntroductionResponse response);
}