mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-31 03:01:38 +00:00
feat: ajout getters
This commit is contained in:
@@ -109,4 +109,9 @@ public class Car implements GObserver
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public int getPos()
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user