From a720cbe1d2bddaeb8117e7c1872ca12e0609d4b1 Mon Sep 17 00:00:00 2001 From: Bazsalanszky Date: Thu, 3 Jan 2019 17:06:32 +0100 Subject: [PATCH] Added Player Class --- src/DnDAssistant/main.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/DnDAssistant/main.php b/src/DnDAssistant/main.php index b2f36f9..1d49f9f 100644 --- a/src/DnDAssistant/main.php +++ b/src/DnDAssistant/main.php @@ -126,3 +126,7 @@ class Enemy extends Entity{ $this->actions =array; } } + +class Player extends Entity{ + +}