IEntity an die richtige Stelle verschoben
This commit is contained in:
7
src/Gui/IEntity.cs
Normal file
7
src/Gui/IEntity.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WorldOfPeacecraft
|
||||
{
|
||||
public interface IEntity : IPositionable
|
||||
{
|
||||
int GetId();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user