- split up Tools class in several smaller classes

SRP: Single Responsibility Principle!
This commit is contained in:
Steffen Schröder
2013-11-10 03:07:45 +01:00
parent d2744a5157
commit 7998898692
5 changed files with 111 additions and 102 deletions

View File

@ -35,6 +35,7 @@ class Player {
public $rightLevel = 0;
// TODO: usefull construct player without rpc info?
// TODO: check isFakePlayer (probably server itself also "fakeplayer")
// TODO: add all attributes like, allies, clublink ... just make vardump on rpc infos
// TODO: READ ADDITIONAL INFOS FROM DATABASE
/**