v0.6
This commit is contained in:
parent
fe0286843d
commit
310ef51a86
|
|
@ -60,8 +60,8 @@ namespace Rokojori.DocGenerator
|
||||||
[Export(PropertyHint.Dir)]
|
[Export(PropertyHint.Dir)]
|
||||||
public string externalDocsPath;
|
public string externalDocsPath;
|
||||||
|
|
||||||
[ExportToolButton( "Intergrate External")]
|
// [ExportToolButton( "Intergrate External")]
|
||||||
public Callable integrateExternalButton => Callable.From( ()=>{ IntegrateExtarnel(); } );
|
// public Callable integrateExternalButton => Callable.From( ()=>{ IntegrateExtarnel(); } );
|
||||||
|
|
||||||
void IntegrateExtarnel()
|
void IntegrateExtarnel()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@
|
||||||
name="Rokojori Action Library"
|
name="Rokojori Action Library"
|
||||||
description="Library for actions, assets and effects"
|
description="Library for actions, assets and effects"
|
||||||
author="Rokojori"
|
author="Rokojori"
|
||||||
version="0.5"
|
version="0.6"
|
||||||
script="RokojoriPlugin.cs"
|
script="RokojoriPlugin.cs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue