![]() |
|
#5
|
|||
|
|||
|
inheritance should only work in different scripts.
base MG script Code:
public override void OnBattleStarted() {
code1
}
Code:
public override void OnBattleStarted() {
base.OnBattleStarted();
code2
}
Code:
public override void OnBattleStarted() {
base.OnBattleStarted();
code3
}
|
| Thread Tools | |
| Display Modes | |
|
|