mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-18 20:30:08 +08:00
9 lines
188 B
C#
9 lines
188 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace nadena.dev.modular_avatar.core
|
|||
|
{
|
|||
|
[AddComponentMenu("Modular Avatar/MA Control Group")]
|
|||
|
public class ControlGroup : AvatarTagComponent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|