Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 66ba3b1

Browse files
committed
feat: Load (not realized)
1 parent adbfd82 commit 66ba3b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Packages/com.nuclearband.sodatabase/Runtime/SODatabase.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ public static List<T> GetModels<T>(string path) where T : DataNode
7777

7878
public static string Save()
7979
{
80+
8081
return "";
8182
}
83+
84+
public static void Load()
85+
{
86+
87+
}
8288
}
8389
}

0 commit comments

Comments
 (0)