fn setup(
    create_event: EventWriter<'_, PieceCreateEvent>,
    board: ResMut<'_, ChessBoard>
)