13 public static string Text
22 _textElement.text = _text;
26 static Text _textElement;
30 _textElement = GetComponentInChildren<Text>();
34 void OnConnectedToWorldServer()
36 if (Game.LocalPlayerProfile.Inventory[
"Currency"].HasChild(
"libi"))
37 Text = Game.LocalPlayerProfile.Inventory[
"Currency"][
"libi"].Value;
ConnectedToWorldServerHandler ConnectedToWorldServer
Event fired when the game client successfully connects to the world server.
static GameClient Instance
Gets the sole instance of the game client.
A visual representation of the player's libi count. PlayerProfile uses the Text property to update th...