Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public interface IFutbolcu
  2. {
  3. void DefansYap();
  4. void PenaltiKurtar();
  5. void PasAt();
  6. void GolAt();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement