BeforeDestruction method
void
BeforeDestruction()
Implementation
void BeforeDestruction()
{
if(!ComponentState.contains(ComponentStates.Destroying))
Destroying();
}
void BeforeDestruction()
{
if(!ComponentState.contains(ComponentStates.Destroying))
Destroying();
}