GitBucket
Toggle navigation
Sign in
Files
Branches
6
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 1
c-okada
/
JumpingGame
forked from
nitta-lab/JumpingGame
Transfer to URL with SHA
Find file
Newer
Older
tree:
09838bb1cd
Switch branches
×
MyTest
create_update_method
develop
master
refactoring_to_condition
replace_to_class
JumpingGame
/
src
/ Ground.java
k-fujii
on 11 Nov 2021
111 bytes
吐き出したコードを一新しました.
Raw
Blame
History
public class Ground { private boolean value; public boolean getValue() { return value; } }