setGame method
Implementation
void setGame(BonfireGame game) {
if (this is! BonfireCamera) {
return;
}
(this as BonfireCamera).gameRef = game;
}
void setGame(BonfireGame game) {
if (this is! BonfireCamera) {
return;
}
(this as BonfireCamera).gameRef = game;
}