Guest User

Untitled

a guest
Jan 12th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace ConsoleApp4
  6. {
  7. class Team
  8. {
  9. List<Bohaterowie>druzyna = new List<Bohaterowie>();
  10.  
  11. public void Druzyna(List<Bohaterowie>druzyna)
  12. {
  13. druzyna.Add(druzyna);
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment