13 lines
160 B
C#
13 lines
160 B
C#
using UnityEngine;
|
|
|
|
public class MultiplayerPlayerAvatarAnimatorEvents : MonoBehaviour
|
|
{
|
|
private void OnCastLure()
|
|
{
|
|
}
|
|
|
|
private void OnBailUnnarm()
|
|
{
|
|
}
|
|
}
|