class GameSystems

Defined in:

game_systems.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(world) #

[View source]

Instance Method Detail

def execute #
Description copied from class ECS::Systems

calls preprocess, process and #execute for all active children


[View source]