CCustom constructor

CCustom({
  1. required bool condition(
    1. GameComponent comp,
    2. BonfireGameInterface game
    ),
})

Implementation

CCustom({required this.condition});