Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace ConsoleApp4
- {
- class Team
- {
- List<Bohaterowie>druzyna = new List<Bohaterowie>();
- public void Druzyna(List<Bohaterowie>druzyna)
- {
- druzyna.Add(druzyna);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment