Math is hard
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
public class CelPosition
|
||||
{
|
||||
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