public Coordinate(WorldGrid grid, Vector2 position) { m_Grid = grid; m_Position = position; m_Grid.CoordinateRegistration(this, true); }