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