move backend to subfolder
This commit is contained in:
parent
d4d1f2f981
commit
8d09663eff
80 changed files with 98 additions and 88 deletions
8
tanks-backend/TanksServer/Models/IMapEntity.cs
Normal file
8
tanks-backend/TanksServer/Models/IMapEntity.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace TanksServer.Models;
|
||||
|
||||
internal interface IMapEntity
|
||||
{
|
||||
FloatPosition Position { get; set; }
|
||||
|
||||
PixelBounds Bounds { get; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue