class ShowLog
- ShowLog
- ECS::System
- Reference
- Object
Defined in:
mechanics/log.crInstance Method Summary
-
#execute
Will be called on each ECS::Systems.execute call
-
#init
Will be called once during ECS::Systems.init call
Instance Method Detail
def execute
#
Description copied from class ECS::System
Will be called on each ECS::Systems.execute call
def init
#
Description copied from class ECS::System
Will be called once during ECS::Systems.init call