Changeset 203 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/TowEvent.java
- Timestamp:
- 02/01/2020 04:18:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/TowEvent.java
r76 r203 9 9 import scriptbuilder.structures.I_XML_Writable; 10 10 import scriptbuilder.structures.ScriptEvent; 11 import scriptbuilder.structures.XML Writer;11 import scriptbuilder.structures.XMLBuilder; 12 12 13 13 /** … … 39 39 public String toXML() 40 40 { 41 return XML Writer.emptyTag(ELEMENT.TOW.tag + " Company=\"" + towCompany + "\" ConfNum=\""41 return XMLBuilder.emptyTag(ELEMENT.TOW.tag + " Company=\"" + towCompany + "\" ConfNum=\"" 42 42 + towConfNum + "\" PubNum=\"" + towPubNum + "\" Beat=\"" + towBeat + "\""); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.
