Added Unity project files
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace VRC.Udon
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
internal class OnAnimatorMoveProxy : AbstractUdonBehaviourEventProxy
|
||||
{
|
||||
private void OnAnimatorMove()
|
||||
{
|
||||
EventReceiver.ProxyOnAnimatorMove();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user