Normand Briere
2019-06-27 1807e7752960ac229cddd34b100e92cadbac9459
1
2
3
4
5
6
interface ObjectUI
{
//    public void applySelf();
   public void closeUI();
   public ObjEditor GetEditor();
}