Added Player Class

This commit is contained in:
Bazsalanszky 2019-01-03 17:06:32 +01:00
parent 3e09de564c
commit a720cbe1d2

View file

@ -126,3 +126,7 @@ class Enemy extends Entity{
$this->actions =array; $this->actions =array;
} }
} }
class Player extends Entity{
}