BCustom constructor

BCustom({
  1. required bool behavior(
    1. double dt,
    2. GameComponent comp,
    3. BonfireGameInterface game
    ),
  2. dynamic id,
})

Implementation

BCustom({
  required this.behavior,
  super.id,
});