1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00
* Add API

* Added API

* Updated version

* Updated RNUI

* Added checks for null paths

* BelongsToPath menu item now toggles on/off depending if any paths exist
This commit is contained in:
Rich 2021-08-03 11:07:14 -06:00 committed by GitHub
parent d118513185
commit 56a770b718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 63 additions and 22 deletions

View file

@ -2,6 +2,6 @@
<packages>
<package id="InputManager" version="1.0.0" targetFramework="net48" />
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net48" />
<package id="RAGENativeUI" version="1.8.0" targetFramework="net48" />
<package id="RAGENativeUI" version="1.8.1" targetFramework="net48" />
<package id="RagePluginHook" version="1.86.1" targetFramework="net48" />
</packages>