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