1111
This commit is contained in:
8
Service/Application.Domain/Tool/MapPath/MapLine.cs
Normal file
8
Service/Application.Domain/Tool/MapPath/MapLine.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public class MapLine
|
||||
{
|
||||
public string mapId { get; set; }
|
||||
public int x { get; set; }
|
||||
public int y { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user