mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-02 03:32:56 +08:00
7 lines
166 B
C#
7 lines
166 B
C#
|
namespace net.fushizen.modular_avatar.core
|
|||
|
{
|
|||
|
public class ModularAvatarFirstPersonVisible : AvatarTagComponent
|
|||
|
{
|
|||
|
// no configuration needed
|
|||
|
}
|
|||
|
}
|