11 lines
363 B
Java
11 lines
363 B
Java
|
@ActionReferences(value = {
|
||
|
@ActionReference(id =
|
||
|
@ActionID(category = "OgreXML", id = "com.jme3.gde.ogretools.convert.AdvOgreXMLConvertAction"), path = "Loaders/text/ogrexml+xml/Actions", position = 30)
|
||
|
})
|
||
|
package com.jme3.gde.ogretools;
|
||
|
|
||
|
import org.openide.awt.ActionID;
|
||
|
import org.openide.awt.ActionReference;
|
||
|
import org.openide.awt.ActionReferences;
|
||
|
|