Final touchups to the lifecycle management
This commit is contained in:
@@ -308,10 +308,8 @@ namespace UI.CardSystem.DragDrop
|
||||
|
||||
#endregion
|
||||
|
||||
protected override void OnDestroy()
|
||||
private void OnDestroy()
|
||||
{
|
||||
base.OnDestroy();
|
||||
|
||||
if (_boosterDraggable != null)
|
||||
{
|
||||
_boosterDraggable.OnBoosterOpened -= HandleBoosterOpened;
|
||||
|
||||
Reference in New Issue
Block a user