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