![]() |
|
#3
|
|||
|
|||
|
uhm.. not really.. I haven't really tried it, but I think you can use the cascaded inheritances of the same method.
Code:
public override void OnBattleStarted()
{
base.OnBattleStarted();
...
}
|
|
|