Update methods to be internal, remove invocation bloat
This commit is contained in:
@@ -40,7 +40,7 @@ namespace UI.CardSystem
|
||||
|
||||
private TweenBase _activeTween;
|
||||
|
||||
protected override void OnManagedStart()
|
||||
internal override void OnManagedStart()
|
||||
{
|
||||
// Store original scale for pulse animation
|
||||
if (dotBackground != null)
|
||||
|
||||
Reference in New Issue
Block a user