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