BCustom constructor
BCustom({
- required bool behavior(
- double dt,
- GameComponent comp,
- BonfireGameInterface game
- dynamic id,
Implementation
BCustom({
required this.behavior,
super.id,
});