A Playground
ExposablesTest
Game.cs +47 -0
Team.cs +38 -0
User.cs +40 -0
Program.cs +13 -1
KludgeBox/SaveLoad
SaveLoadTypes
SaveLoad_Array.cs +73 -30
SaveLoad_Dictionary.cs +53 -17
SaveLoad_Exposable.cs +1 -0
SaveLoad_Reference.cs +99 -67
TypeResolver.cs +11 -3
Loader.cs +2 -2
SaveLoad.cs +34 -26
Saver.cs +11 -10
A Playground/ExposablesTest/Game.cs
0 → 100644
+ 47
- 0
A Playground/ExposablesTest/Team.cs
0 → 100644
+ 38
- 0
A Playground/ExposablesTest/User.cs
0 → 100644
+ 40
- 0
+ 13
- 1
@@ -107,5 +108,16 @@ internal class Program
\ No newline at end of file
@@ -23,17 +39,15 @@ namespace KludgeBox.SaveLoad
@@ -44,7 +58,11 @@ namespace KludgeBox.SaveLoad
@@ -72,37 +90,43 @@ namespace KludgeBox.SaveLoad
@@ -112,7 +136,26 @@ namespace KludgeBox.SaveLoad