Working a bit

This commit is contained in:
Lani Aung
2021-10-02 15:18:07 -06:00
parent 16599f7df3
commit 66ccf83051
13 changed files with 260 additions and 65 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace fxl.codes.kisekae.Models
{
public class Point
{
public int X { get; set; }
public int Y { get; set; }
}
}