Ejemplo n.º 1
0
 /// <summary>
 /// Creates the tool actions
 /// </summary>
 private void SetupActions()
 {
     m_zoningAction = new ZoningAction();
     m_zoningAction.OnStart(this);
     m_movingZoneAction = new MovingZoneAction();
     m_movingZoneAction.OnStart(this);
 }