mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-06-19 15:11:25 +00:00
Semantic changes..
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class EventsSystem:
|
||||
@staticmethod
|
||||
def register_event(self, event_name, event_func): ...
|
||||
@staticmethod
|
||||
def call_event(self, event_name, *data): ...
|
||||
class ev(EventsSystem): ...
|
||||
Reference in New Issue
Block a user