class EngineSystem

Defined in:

utils/basic_systems.cr

Instance Method Summary

Instance Method Detail

def execute #
Description copied from class ECS::System

Will be called on each ECS::Systems.execute call


[View source]
def init #
Description copied from class ECS::System

Will be called once during ECS::Systems.init call


[View source]