mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-31 02:32:53 +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
|
||||
{
|
||||
/**
|
||||
* 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
|
||||
internal static class RuntimeUtil
|
||||
{
|
||||
// Initialized in Util
|
||||
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…
Reference in New Issue
Block a user