Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/UnitEvent.java
- Timestamp:
- 11/04/2019 08:14:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/UnitEvent.java
r76 r145 22 22 /** 23 23 * Constructor. 24 * //TODO: when created, add a unit to the main units list that is contained within SimulationScript 24 25 */ 25 26 public UnitEvent() 26 27 { 28 27 29 super(ScriptEventType.UNIT_EVENT); 30 28 31 } 29 32
Note: See TracChangeset
for help on using the changeset viewer.
