This commit is contained in:
Lani Aung
2021-10-17 13:24:24 -06:00
parent d1d891881f
commit 36e5726eaf
9 changed files with 207 additions and 93 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ namespace fxl.codes.kisekae.Models
{
public class Coordinate
{
public Coordinate(int x, int y)
public Coordinate(int x = 0, int y = 0)
{
X = x;
Y = y;