Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created January 12, 2020 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoxbypass/10558775099aaf46a28052beb35723dc to your computer and use it in GitHub Desktop.
Save nhoxbypass/10558775099aaf46a28052beb35723dc to your computer and use it in GitHub Desktop.
object SaberFactory {
fun makeLightSaber() { /*...*/ }
}
class SaberFactory {
fun makeLightSaber() { /*...*/ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment