dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Disable project on ground + adam/eve/tom
Normand Briere
2019-10-01
65bdec7ae2c99ca2102c55f92bd62b48c9f14847
[~nbriere/GrafreeD.git]
/
ObjectUI.java
1
2
3
4
5
6
interface ObjectUI
{
// public void applySelf();
public void closeUI();
public ObjEditor GetEditor();
}