Job + Spell merge #9
@@ -15,6 +15,7 @@ public abstract class Character {
|
||||
this.health = DEFAULT_HEALTH;
|
||||
this.level = DEFAULT_LEVEL;
|
||||
this.position = DEFAULT_POSITION;
|
||||
isAlive = true;
|
||||
}
|
||||
|
||||
// Jag antar att den som instansierar massa monster i världen ansvarar
|
||||
|
||||
Reference in New Issue
Block a user