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