mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-04 13:45:04 +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
|
|||
|
}
|
|||
|
}
|