mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-30 00:08:59 +08:00
chore: make RuntimeUtil internal via InternalsVisibleTo
This commit is contained in:
parent
76dfa2a6fc
commit
85676c5fbf
@ -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 = (_) => { };
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user