1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Update PlayerData.hx

This commit is contained in:
Kolo 2024-09-18 17:30:23 +02:00 committed by GitHub
parent a4b59d14bf
commit 50a5304ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,6 +264,12 @@ class PlayerCharSelectData
*/
@:optional
public var position:Null<Int>;
/**
* The GF name to assign for this character.
*/
@:optional
public var assignedGF:Null<String>;
}
typedef PlayerResultsData =