Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 18:44
Show Gist options
  • Select an option

  • Save ookami-kb/5189eadbf8a41c970a158d3f9a332bf9 to your computer and use it in GitHub Desktop.

Select an option

Save ookami-kb/5189eadbf8a41c970a158d3f9a332bf9 to your computer and use it in GitHub Desktop.
abstract class Floor {
String get floorNumber;
BuiltList<Space> get spaces;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment