1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| /*
| * Copyright (c) 2012, Jacek Kowalski (http://jacekk.info)
| * Wszystkie prawa zastrzeżone
| *
| * Licencja w pliku BSD-3.txt
| */
|
| package brydz;
|
| public class BrydzWynik {
| public int dla;
| public int punkty_przed;
| public int punkty;
| public int IMP;
| public int procent;
| }
|
|