Normand Briere
2019-10-01 65bdec7ae2c99ca2102c55f92bd62b48c9f14847
1
2
3
4
5
6
interface ObjectUI
{
//    public void applySelf();
   public void closeUI();
   public ObjEditor GetEditor();
}