You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for contacting us.
Writing the English version of the help is very difficult, so I'm applying the entire Japanese help to Google Translate, but it seems that I overlooked the extra space created at that time.
Hi there!
I found a tiny issue with the plugin parameters format.
Some of them that have the @type struct are not working.
I believe the problem is because they have a space character.
Currently, they are like this:
@type struct <CharacterInfo>
But they should be like this:
@type struct<CharacterInfo>
I tested the above and it worked when I remove the space character between struct and >CharacterInfo>
I believe that is a typo from the translator.
The text was updated successfully, but these errors were encountered: