Resolve WES-117 "Persistent data handling"

This commit is contained in:
Dries Van Schuylenbergh
2023-04-04 17:00:47 +00:00
parent 3499e61bb0
commit 5f4408063f
82 changed files with 1963 additions and 1190 deletions

View File

@@ -7,6 +7,7 @@
"CommonScripts",
"InterfacesScripts",
"SignPredictor",
"SystemArchitecture",
"NatML.ML"
],
"includePlatforms": [

View File

@@ -1,5 +1,6 @@
using NUnit.Framework;
using UnityEngine;
/// <summary>
/// Test the ThemeList class
/// </summary>

View File

@@ -1,6 +1,7 @@
using NUnit.Framework;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Test the Theme class
/// </summary>