mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-07 06:12:47 +08:00
chore: make RuntimeUtil internal via InternalsVisibleTo
This commit is contained in:
parent
76dfa2a6fc
commit
85676c5fbf
2
Packages/.gitignore
vendored
2
Packages/.gitignore
vendored
@ -2,4 +2,4 @@
|
|||||||
!com.vrchat.core.*/
|
!com.vrchat.core.*/
|
||||||
com.vrchat.*/
|
com.vrchat.*/
|
||||||
!nadena.dev.*/
|
!nadena.dev.*/
|
||||||
*.zip
|
*.zip
|
||||||
|
@ -33,11 +33,7 @@ using System.Reflection;
|
|||||||
|
|
||||||
namespace nadena.dev.modular_avatar.core
|
namespace nadena.dev.modular_avatar.core
|
||||||
{
|
{
|
||||||
/**
|
internal static class RuntimeUtil
|
||||||
* This class is public for the benefit of the Editor namespace classes, but is not a stable API and may change
|
|
||||||
* on patch releases.
|
|
||||||
*/
|
|
||||||
public static class RuntimeUtil
|
|
||||||
{
|
{
|
||||||
// Initialized in Util
|
// Initialized in Util
|
||||||
public static Action<Action> delayCall = (_) => { };
|
public static Action<Action> delayCall = (_) => { };
|
||||||
@ -156,4 +152,4 @@ namespace nadena.dev.modular_avatar.core
|
|||||||
OnHierarchyChanged?.Invoke();
|
OnHierarchyChanged?.Invoke();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
|
[assembly:InternalsVisibleTo("nadena.dev.modular-avatar.core.editor")]
|
@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3921b79c7fa94c058aefa7d765c11e99
|
||||||
|
timeCreated: 1673178956
|
Loading…
Reference in New Issue
Block a user