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