Skip to content

Commit

Permalink
Update Component.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Sep 3, 2024
1 parent 0c1b8ac commit 01826d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dependencies/SupportModules/Component.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ private void SiblingFix()
}
}

internal void Destroy()
{
Destroy(gameObject);
}

void Start()
{
if ((Main.component != null) && (Main.component != this))
Expand Down

0 comments on commit 01826d9

Please sign in to comment.