class GameEcs::Maybe
Public Instance Methods
matches?(id, comps)
click to toggle source
# File lib/game_ecs/entity_store.rb, line 404 def matches?(id, comps) attrs_match?(id, comps) end
# File lib/game_ecs/entity_store.rb, line 404 def matches?(id, comps) attrs_match?(id, comps) end