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