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