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