For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional attributes

Additional attributes

[Command]
[Description("Gives 5000 coins to the player")]
public static void Motherlode()
{
    coins += 5000;
}

Commands can have a description added to them with the [Description] attribute. To see the description of a command, type help <command name> in the command field.

Last updated