Player online list

This commit is contained in:
2014-05-09 10:38:08 +02:00
parent d0c9ec348b
commit b74a7aa301
7 changed files with 68 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ namespace WorldOfPeacecraft
return Dragons.Values;
}
public IEnumerable<IEntity> GetPlayers ()
public IEnumerable<IPlayer> GetPlayers ()
{
return Players.Values;
}