Player online list
This commit is contained in:
7
src/Gui/IPlayer.cs
Normal file
7
src/Gui/IPlayer.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WorldOfPeacecraft
|
||||
{
|
||||
public interface IPlayer : IEntity
|
||||
{
|
||||
string GetName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user