We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8b6ab commit 541004dCopy full SHA for 541004d
Assets/Scripts/Utilities/GlobalVariables.cs
@@ -50,7 +50,7 @@ public static T Get<T>(string key)
50
/// <remarks>It uses a lock under the hood to ensure consistensy between threads</remarks>
51
/// <param name="key">The variable name/key</param>
52
/// <param name="value">The variable value</param>
53
- public static void Set(string key, string value)
+ public static void Set(string key, object value)
54
{
55
lock (lockObject)
56
0 commit comments