* Fix for GetRootSceneObjects
* Tidy ups
This commit is contained in:
sinaioutlander
2020-09-04 23:49:43 +10:00
parent 72ec34090d
commit d20461fa0e
6 changed files with 44 additions and 60 deletions

View File

@ -12,7 +12,7 @@ namespace Explorer
public class CppExplorer : MelonMod
{
public const string GUID = "com.sinai.cppexplorer";
public const string VERSION = "1.5.4";
public const string VERSION = "1.5.5";
public const string AUTHOR = "Sinai";
public const string NAME = "CppExplorer"