using Unity.Netcode.Components;
public class OwnerNetworkAnimator : NetworkAnimator {
protected override bool OnIsServerAuthoritative() => false;
}