Changeset 9 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/TimeSlice.java
- Timestamp:
- 07/25/2017 02:59:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/scriptbuilder/structures/TimeSlice.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/TimeSlice.java
r7 r9 185 185 186 186 } 187 188 /** 189 * Stub method. Converts the contents of this timeslice to a correctly 190 * formatted <ScriptEvent> XML element. 191 * 192 * @return XML conversion of this timeslice. 193 */ 194 public String toXML() 195 { 196 return "STUB"; 197 } 187 198 }
Note: See TracChangeset
for help on using the changeset viewer.
