Skip to content

Commit

Permalink
Removed gate unit, robo unit and star unit as these are implemented i…
Browse files Browse the repository at this point in the history
…n ProtossUnit
  • Loading branch information
Aki Vänttinen committed Oct 16, 2020
1 parent 713f87c commit fcef512
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
3 changes: 0 additions & 3 deletions sharpy/plans/acts/protoss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
from .chrono_tech import ChronoTech
from .chrono_unit import ChronoUnit
from .defensive_cannons import DefensiveCannons
from .gate_unit import GateUnit
from .protoss_unit import ProtossUnit
from .restore_power import RestorePower
from .robo_unit import RoboUnit
from .star_unit import StarUnit
from .warp_unit import WarpUnit
from .chrono_building import ChronoBuilding
36 changes: 0 additions & 36 deletions sharpy/plans/acts/protoss/gate_unit.py

This file was deleted.

18 changes: 0 additions & 18 deletions sharpy/plans/acts/protoss/robo_unit.py

This file was deleted.

18 changes: 0 additions & 18 deletions sharpy/plans/acts/protoss/star_unit.py

This file was deleted.

0 comments on commit fcef512

Please sign in to comment.