Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created January 12, 2020 17:13
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/06520b52cccc2b812dc93eac02c15421 to your computer and use it in GitHub Desktop.
Save nhoxbypass/06520b52cccc2b812dc93eac02c15421 to your computer and use it in GitHub Desktop.
object SaberFactory {
fun makeLightSaber(powers: Int): LightSaber {
return LightSaber(powers)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment