mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-28 19:13:41 +00:00
feat(Map.java): ajout getPathSize fonction
This commit is contained in:
@@ -165,4 +165,9 @@ public class Map
|
||||
{
|
||||
return map[y][x].getType();
|
||||
}
|
||||
|
||||
public int getPathSize()
|
||||
{
|
||||
return this.pathMap.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user