We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57e8ad commit d9b317dCopy full SHA for d9b317d
addons/source-python/packages/source-python/events/listener.py
@@ -26,10 +26,6 @@
26
# =============================================================================
27
# >> CLASSES
28
29
-# TODO: This is just a temp fix!
30
-class CGameEventListener(CGameEventListener):
31
- def fire_game_event(self, event): pass
32
-
33
class _EventListener(list):
34
'''Stores callbacks for the given event'''
35
0 commit comments