mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-21 05:35:04 +08:00
chore: mark AfterProcessing hook internal
This commit is contained in:
parent
b30504c348
commit
dd07acda1d
@ -54,7 +54,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// This API is NOT stable. Do not use it yet.
|
/// This API is NOT stable. Do not use it yet.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static event AvatarProcessorCallback AfterProcessing;
|
internal static event AvatarProcessorCallback AfterProcessing;
|
||||||
|
|
||||||
static AvatarProcessor()
|
static AvatarProcessor()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user