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