Quote:
Originally Posted by adonys
the cascaded inheritances of the same method.
Code:
public override void OnBattleStarted()
{
base.OnBattleStarted();
...
}
|
Sorry, I do not know what it means

Maybe you can explain.
I had a script error when I tried to copy a second instance of some method (onTrigger or onActorCreated) to the same script placing it below the 1st one.