6 lines
105 B
C#
6 lines
105 B
C#
![]() |
namespace TanksServer.Models;
|
||
|
|
||
|
internal interface IMapEntity
|
||
|
{
|
||
|
FloatPosition Position { get; set; }
|
||
|
}
|