class ProcessTimeouts
- ProcessTimeouts
- ECS::System
- Reference
- Object
Defined in:
mechanics/ability.crInstance Method Summary
- 
        #execute
        
          Will be called on each ECS::Systems.execute call 
- #filter(world) : ECS::Filter | Nil
- 
        #init
        
          Will be called once during ECS::Systems.init call 
- #process(entity)
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