First commit

This commit is contained in:
Misaki
2024-11-02 17:58:52 +09:00
commit e645a5327b
153 changed files with 3729 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using System.Collections.Generic;
namespace Misaki.GraphView
{
[System.Serializable]
public class SerializationData
{
public List<string> serializedFields = new ();
public List<string> serializedValues = new ();
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: c495f3d017e443e3a78a54a3e418dec8
timeCreated: 1730300091