Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/ActivityLogEvaluationEvent.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/ActivityLogEvaluationEvent.java
r46 r76 20 20 { 21 21 22 /** 23 * Constructor. 24 */ 22 25 public ActivityLogEvaluationEvent() 23 26 { … … 25 28 } 26 29 30 /** 31 * A list of the expected actions held by this evaluation event. 32 */ 27 33 public ArrayList<String> expectedAction = new ArrayList<String>(); 28 34
Note: See TracChangeset
for help on using the changeset viewer.
