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