[libgdx] Formatting.

This commit is contained in:
Nathan Sweet 2026-03-25 01:40:30 -04:00
parent 3cf8386f79
commit 96f0f34d78

View File

@ -70,7 +70,7 @@ public class Event {
this.floatValue = floatValue;
}
/** The string payload for this event. */
/** The string payload for this event. */
public String getString () {
return stringValue;
}