mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-18 04:10:06 +08:00
10 lines
270 B
C#
10 lines
270 B
C#
using VRC.SDK3.Avatars.ScriptableObjects;
|
|
|
|
namespace net.fushizen.modular_avatar.core
|
|
{
|
|
public class ModularAvatarMenuInstaller : AvatarTagComponent
|
|
{
|
|
public VRCExpressionsMenu menuToAppend;
|
|
public VRCExpressionsMenu installTargetMenu;
|
|
}
|
|
} |