Fix annoying parse errors

This commit is contained in:
Chomp 2022-02-22 11:55:16 +00:00
parent 60e458b834
commit d5cf020038

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