This commit is contained in:
Rokojori 2026-05-26 14:48:47 +02:00
parent fe0286843d
commit 310ef51a86
2 changed files with 3 additions and 3 deletions

View File

@ -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()
{ {

View File

@ -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"