Normand Briere
2018-12-21 dcda2c5fa15e63daad67f5720a2f726e34f8cd71
1
2
3
4
5
6
interface ObjectUI
{
//    public void applySelf();
   public void closeUI();
   public ObjEditor GetEditor();
}