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