Upload from upload_mods.ps1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IPlayableGraphRelated
|
||||
{
|
||||
MonoBehaviour Init(Transform playerAnimatorTrans, bool isLocalPlayer);
|
||||
void Disable(Transform playerAnimatorTrans);
|
||||
}
|
||||
Reference in New Issue
Block a user