More features
This commit is contained in:
@@ -5,8 +5,10 @@ namespace SVSim.EmulatedEntrypoint.Models.Dtos.Responses;
|
||||
[MessagePackObject]
|
||||
public class SpecialTitleCheckResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// Numeric string. "0"/"1" are the built-in default title screens; any other value
|
||||
/// is treated as an asset-bundle id. When omitted, the client defaults to "0".
|
||||
/// </summary>
|
||||
[Key("title_image_id")]
|
||||
public int TitleImageId { get; set; }
|
||||
[Key("title_sound_id")]
|
||||
public int TitleSoundId { get; set; }
|
||||
}
|
||||
public string? TitleImageId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user