mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-18 04:10:06 +08:00
11 lines
277 B
C#
11 lines
277 B
C#
using UnityEngine;
|
|
|
|
namespace nadena.dev.modular_avatar.core
|
|
{
|
|
[AddComponentMenu("Modular Avatar/MA World Fixed Object")]
|
|
[DisallowMultipleComponent]
|
|
public class ModularAvatarWorldFixedObject : AvatarTagComponent
|
|
{
|
|
// no configuration needed
|
|
}
|
|
} |