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