mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-28 04:04:42 +02:00
Legger til final på variabler som ikke endres
This commit is contained in:
@ -5,8 +5,8 @@ package inf112.fiasko.roborally.element_properties;
|
||||
*/
|
||||
public class Position {
|
||||
|
||||
private int xCoordinate;
|
||||
private int yCoordinate;
|
||||
private final int xCoordinate;
|
||||
private final int yCoordinate;
|
||||
|
||||
/**
|
||||
* Initializes the position
|
||||
|
Reference in New Issue
Block a user