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:
parent
a4b59d14bf
commit
50a5304ad4
|
@ -264,6 +264,12 @@ class PlayerCharSelectData
|
||||||
*/
|
*/
|
||||||
@:optional
|
@:optional
|
||||||
public var position:Null<Int>;
|
public var position:Null<Int>;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The GF name to assign for this character.
|
||||||
|
*/
|
||||||
|
@:optional
|
||||||
|
public var assignedGF:Null<String>;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef PlayerResultsData =
|
typedef PlayerResultsData =
|
||||||
|
|
Loading…
Reference in a new issue