Skip to content

Instantly share code, notes, and snippets.

@gallexme
Created February 4, 2016 13:49
Show Gist options
  • Save gallexme/888937c218b056f618bc to your computer and use it in GitHub Desktop.
Save gallexme/888937c218b056f618bc to your computer and use it in GitHub Desktop.
fn addController<T: HasController>(controller: T){
println("ADdded controller");//Hier in Registry aufnehmen, durch namen hin routen
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment