mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
It doesn't make any sense for HasGameReference to have Game as a base instead of FlameGame since the mixin is on Component and clearly in a component tree context, so this PR sets the base to be FlameGame (like HasGameRef).