mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-16 04:27:43 +01:00
.
This commit is contained in:
parent
63e82d19dc
commit
e57538561f
34 changed files with 2428 additions and 720 deletions
|
|
@ -205,7 +205,7 @@ public class Design : ISavable
|
|||
|
||||
#region Serialization
|
||||
|
||||
public JObject JsonSerialize()
|
||||
private JObject JsonSerialize()
|
||||
{
|
||||
var ret = new JObject
|
||||
{
|
||||
|
|
@ -223,7 +223,7 @@ public class Design : ISavable
|
|||
return ret;
|
||||
}
|
||||
|
||||
public JObject SerializeEquipment()
|
||||
private JObject SerializeEquipment()
|
||||
{
|
||||
static JObject Serialize(uint itemId, StainId stain, bool apply, bool applyStain)
|
||||
=> new()
|
||||
|
|
@ -250,7 +250,7 @@ public class Design : ISavable
|
|||
return ret;
|
||||
}
|
||||
|
||||
public JObject SerializeCustomize()
|
||||
private JObject SerializeCustomize()
|
||||
{
|
||||
var ret = new JObject()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue