-
Notifications
You must be signed in to change notification settings - Fork 16
BoltSaveInfo
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.Attachable
Represents the bolt save info class object.
public class BoltSaveInfoInheritance Object → BoltSaveInfo
Represents the tightness of this bolt. range: 0 - 8.
public int boltTightness { get; set; }Represents the tightness of the nut if is true. range: 0 - 8
public int addNutTightness { get; set; }public BoltSaveInfo()