Files
Nathaniel Cosford 062dfab2cd Patched
2025-05-30 01:04:40 +09:30

7 lines
189 B
C#

using UnityEngine;
public interface IPlayableGraphRelated
{
MonoBehaviour Init(Transform playerAnimatorTrans, bool isLocalPlayer);
void Disable(Transform playerAnimatorTrans);
}