-
Notifications
You must be signed in to change notification settings - Fork 16
Battery
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase
Represents the battery status.
public class BatteryThe positive terminal bolt tightness.
public FsmFloat positiveBoltTightness { get; }FsmFloat
The negative terminal bolt tightness
public FsmFloat negativeBoltTightness { get; }FsmFloat
public Battery()