Translation update + clean code

This commit is contained in:
Adrien Ufferte
2025-05-27 11:31:05 +02:00
parent 71f001befb
commit 53a5ae94bf
6 changed files with 7 additions and 11 deletions
-2
View File
@@ -15,8 +15,6 @@ const remediation_score: int = -2
@export
var gps_scores: Dictionary[int, int] = {}
@export var last_modified: String
# Gets the score of a GP if it is below or equals to the remediation score
func get_gp_score(ID: int) -> int: