dashboard
repositories
filestore
activity
search
login
brydz
/
android
Obliczenia brydżowe (Android)
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Add SVG icon file
Jacek Kowalski
2015-08-16
19ebc13c024defb13c68e4111673f963df01dfa5
[brydz/android]
/
app
/
src
/
main
/
java
/
net
/
jacekk
/
bridge
/
BridgeResult.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package net.jacekk.bridge;
public class BridgeResult {
public enum Side {
We, They
}
public Side winners;
public int pointsBefore;
public int points;
public int IMPs;
public int percent;
}