Guest User

Untitled

a guest
Jun 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Foo : PlugIn {
  2. public Foo() : base( //****** here
  3. }
  4.  
  5. public Foo (Host host)
  6. : base(host)
  7. {
  8. }
  9.  
  10. public Class()
  11. : base(/*variables here*/)
  12. {
  13.  
  14. }
Add Comment
Please, Sign In to add comment