maint: hotreload updated to 1.13.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user