decorations method
Used to get all "Decoration".
Implementation
@override
Iterable<GameDecoration> decorations() {
return componentsByType<GameDecoration>();
}
Used to get all "Decoration".
@override
Iterable<GameDecoration> decorations() {
return componentsByType<GameDecoration>();
}