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