Quote:
Originally Posted by Tyhm
Might do that, the players already join a class; would that trigger function on doDamage(){, function onDoDamage(){, function doDamage(){, ? The "on"s always throw me.
|
it's just calling
PHP Code:
public function doDamage() {
...
}