Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events


Ignore:
Timestamp:
11/04/2019 08:14:32 AM (6 years ago)
Author:
sdanthin
Message:

Move from Git to Svn (LARGE COMMIT)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/events/UnitEvent.java

    r76 r145  
    2222    /** 
    2323     * Constructor. 
     24     * //TODO: when created, add a unit to the main units list that is contained within SimulationScript 
    2425     */ 
    2526    public UnitEvent() 
    2627    { 
     28         
    2729        super(ScriptEventType.UNIT_EVENT); 
     30         
    2831    } 
    2932 
Note: See TracChangeset for help on using the changeset viewer.