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

10 lines
404 B
C#

namespace Server.Mappers;
[Mapper]
public static partial class InitialDataMappers
{
[SuppressMessage("Mapper", "RMG020:Source member is not mapped to any target member")]
public static partial InitialdatacheckResponse MapTo3906(CommonInitialDataCheckResponse response);
public static partial Models.v3209.InitialdatacheckResponse MapTo3209(CommonInitialDataCheckResponse response);
}