Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/CADEvent.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/CADEvent.java
r47 r76 21 21 { 22 22 23 /** 24 * Constructor. 25 */ 23 26 public CADEvent() 24 27 { … … 26 29 } 27 30 31 /** 32 * True if this CAD event has sub-events. 33 */ 28 34 public boolean hasSubEvents = false; 29 35 36 /** 37 * Description of this event. 38 */ 30 39 public String detail = ""; 31 40
Note: See TracChangeset
for help on using the changeset viewer.
