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