Add player settings feature and settings API
This commit is contained in:
@@ -9,5 +9,6 @@ public class ApplicationMappingProfile : Profile
|
||||
{
|
||||
CreateMap<Domain.Profiles.Profile, ProfileDTO>();
|
||||
CreateMap<Domain.Profiles.Avatar, AvatarDTO>();
|
||||
CreateMap<Domain.Profiles.PlayerSetting, PlayerSettingDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user