GameHandler.RemoveVariable C# (CSharp) Method

RemoveVariable() public static method

public static RemoveVariable ( string key ) : void
key string
return void
    public static void RemoveVariable(string key)
    {
        GameHandler.Instance().variables.Remove(key);
    }
GameHandler