Lots of data and model setup
This commit is contained in:
@@ -5,6 +5,8 @@ namespace SVSim.EmulatedEntrypoint.Models.Dtos;
|
||||
[MessagePackObject]
|
||||
public class AvatarInfo
|
||||
{
|
||||
[Key("abilities")]
|
||||
public Dictionary<string, AvatarAbility> Abilities { get; set; } = new Dictionary<string, AvatarAbility>();
|
||||
[Key("schedules")]
|
||||
public SpecialRotationSchedule Schedules { get; set; } = new SpecialRotationSchedule();
|
||||
}
|
||||
Reference in New Issue
Block a user