3 using System.Collections.Generic;
21 if (configOptions != null && configOptions.HasChild(
"passive"))
22 Passive = configOptions[
"passive"].BoolValue;
29 void OnFireAntOutput (
object sender, DataReceivedEventArgs e)
33 string[] args = e.Data.Split();
34 _hr =
int.Parse(args[0]);
45 Heart.InjectFireAntRate(_hr);
52 jeli.AddChild(
"passive", Passive);
override UJeli GetDeviceSaveOptions()
Returns a jeli containing all the custom options used by a device.
Heart class. Allows for heart rate queries and heart rate injection from devices. ...
static DeviceManager Instance
Gets the sole instance of the device manager.
Abstract class to be extended by devices.
static void InjectRate(float heartRate)
Injects a heart rate.
A Device for providing HeartRate information to the Heart class from FireAnt.
ClientConfig Config
Gets the configuration for this client.
static GameClient Instance
Gets the sole instance of the game client.
Unity version of Jeli markup class.