maint: hotreload updated to 1.13.7

This commit is contained in:
Chris
2026-01-06 22:42:15 -05:00
parent 796dbca5d8
commit 105da8850a
128 changed files with 3538 additions and 738 deletions

View File

@@ -1,4 +1,3 @@
#if ENABLE_MONO && (DEVELOPMENT_BUILD || UNITY_EDITOR)
using System;
using System.Collections.Generic;
using System.IO;
@@ -86,6 +85,11 @@ namespace SingularityGroup.HotReload {
/// </summary>
public string buildMachineRequestOrigin;
/// <summary>
/// Used to define which language the package is translated to
/// </summary>
public string locale;
[JsonIgnore]
public HashSet<string> DefineSymbolsAsHashSet {
get {
@@ -168,4 +172,3 @@ namespace SingularityGroup.HotReload {
}
}
}
#endif