mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
Ember quest's run button was throwing an `unimplemented error`. This was happening was `EmberQuestGame.loadGameSegments`'s pattern matching was failing to match the block types. It seems for patterns involving `Type`, the correct way is to use `const (Foo)`. See second example [here](https://dart.dev/tools/linter-rules/type_literal_in_constant_pattern#details).