Skip to content

Commit 14487b1

Browse files
committed
Remove On(Gained/Lost)Ownership overrides. Testing indicates these are not needed in MLAPI.
1 parent 27e34f4 commit 14487b1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,5 @@ public void SetTrigger(int hash)
339339
}
340340
}
341341
}
342-
343-
public override void OnGainedOwnership()
344-
{
345-
ResetParameterOptions();
346-
}
347-
348-
public override void OnLostOwnership()
349-
{
350-
ResetParameterOptions();
351-
}
352342
}
353343
}

0 commit comments

Comments
 (0)