mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-29 07:49:00 +08:00
8 lines
129 B
C#
8 lines
129 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace nadena.dev.modular_avatar.core
|
|||
|
{
|
|||
|
public class ToggleGroup : AvatarTagComponent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|