Add support for Unity Editor release

This commit is contained in:
Sinai
2022-03-21 21:25:51 +11:00
parent efdf2446bd
commit 2285a495be
7 changed files with 124 additions and 39 deletions

View File

@ -9,7 +9,7 @@ using UnityEngine;
using Tomlet;
using Tomlet.Models;
namespace UnityExplorer.Loader.STANDALONE
namespace UnityExplorer.Loader.Standalone
{
public class StandaloneConfigHandler : ConfigHandler
{