Normand Briere
2019-06-25 21104baa536c6b3d3d0f9ecb7231222ed706f0e8
1
2
3
4
5
6
interface ObjectUI
{
//    public void applySelf();
   public void closeUI();
   public ObjEditor GetEditor();
}