Still largely works surprisingly
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace fxl.codes.kisekae.data.Entities
|
||||
namespace fxl.codes.kisekae.data.Entities;
|
||||
|
||||
public class CelPosition
|
||||
{
|
||||
public class CelPosition
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int Set { get; set; }
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
}
|
||||
public int Id { get; set; }
|
||||
public int Set { get; set; }
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user