mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
functional card/row edit and drag
This commit is contained in:
9
Serialization/SerialGame.cs
Normal file
9
Serialization/SerialGame.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public class SerialGame
|
||||
{
|
||||
[JsonInclude]
|
||||
public SerialRow[] Rows { get; set; }
|
||||
[JsonInclude]
|
||||
public SerialCard[] UnassignedCards { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user