Things were working, suddenly regressed

This commit is contained in:
gamer147
2026-05-23 18:14:42 -04:00
parent 56d3cf0ec8
commit 66184b3685
31 changed files with 1493 additions and 97 deletions

View File

@@ -0,0 +1,13 @@
using MessagePack;
namespace SVSim.EmulatedEntrypoint.Models.Dtos;
/// <summary>
/// Placeholder for an Avatar/Hero mode schedule entry. The 2026-05-23 prod capture had an empty
/// schedules list, so the entry shape is TBD — fill in fields when an active Avatar window is
/// captured. AvatarBattleAllInfo.Parse on the client side is the parser to read for shape.
/// </summary>
[MessagePackObject(keyAsPropertyName: true)]
public class AvatarSchedule
{
}