Files
7d2dXG/Mods/0A-KFCommonUtilityLib/KFAttached/Animation/MonoBehaviours/IPlayableGraphRelated.cs
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

7 lines
189 B
C#

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