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