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