Added isLoggedIn

This commit is contained in:
JKetelaar
2014-08-19 03:07:23 +02:00
parent ac493da662
commit d19933b14f
2 changed files with 13 additions and 6 deletions
@@ -16,5 +16,6 @@ public interface Character {
public int getInteractingEntity();
public boolean isLoggedIn();
}