Skip to content

Commit d0f7f15

Browse files
committed
Remove unknown ability events since we no longer use them. Yay!
1 parent bdfc99f commit d0f7f15

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sc2reader/events.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ def __str__(self):
183183
class SelfAbilityEvent(AbilityEvent):
184184
pass
185185

186-
class UnknownAbilityEvent(AbilityEvent):
187-
pass
188-
189-
class UnknownLocationAbilityEvent(AbilityEvent):
190-
pass
191-
192186
class HotkeyEvent(PlayerActionEvent):
193187
def __init__(self, framestamp, player, type, code, hotkey, deselect):
194188
super(HotkeyEvent, self).__init__(framestamp, player, type, code)

0 commit comments

Comments
 (0)