Skip to content
Snippets Groups Projects
Commit 3ba388a2 authored by aleschneider's avatar aleschneider
Browse files

Ball

parent ad1bd66b
No related branches found
No related tags found
No related merge requests found
Pipeline #116403 canceled
public class Ball {
private int sticker;
public void setSticker(int i) {
sticker = i;
}
public int getSticker() {
return sticker;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment