Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java
r46 r76 22 22 { 23 23 24 /** 25 * Constructor. 26 */ 24 27 public CHPRadioEvent() 25 28 { … … 27 30 } 28 31 32 /** 33 * List of the lines of dialog in this event. 34 */ 29 35 public ArrayList<String> lines = new ArrayList<String>(); 30 36 37 /** 38 * List of the corresponding roles for each line of dialog. 39 */ 31 40 public ArrayList<String> roles = new ArrayList<String>(); 32 41 42 /** 43 * Path for the audio file to be played during this event. 44 */ 33 45 public String radioFile = ""; 34 46
Note: See TracChangeset
for help on using the changeset viewer.
