Added Player Class
This commit is contained in:
parent
3e09de564c
commit
a720cbe1d2
1 changed files with 4 additions and 0 deletions
|
@ -126,3 +126,7 @@ class Enemy extends Entity{
|
||||||
$this->actions =array;
|
$this->actions =array;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class Player extends Entity{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue