Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created July 31, 2021 18:29
Show Gist options
  • Select an option

  • Save zsoltk/8f8bbf211f61258ae368abdf67dbc0f5 to your computer and use it in GitHub Desktop.

Select an option

Save zsoltk/8f8bbf211f61258ae368abdf67dbc0f5 to your computer and use it in GitHub Desktop.
interface SquareRenderer {
val decorations: List<SquareDecoration>
}
interface BoardRenderer {
val decorations: List<BoardDecoration>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment