merge into main #1

Merged
chomp merged 35 commits from WeightedSystem into master 2023-08-15 05:29:21 -04:00
Showing only changes of commit d5cf020038 - Show all commits

View File

@ -191,7 +191,7 @@ namespace Common.Models.Input
public string parentId { get; set; } public string parentId { get; set; }
public string slotId { get; set; } public string slotId { get; set; }
public Upd upd { get; set; } public Upd upd { get; set; }
public Location location { get; set; } public object location { get; set; }
} }
public class FastPanel public class FastPanel