Greeter.hello_world

Undocumented in source. Be warned that the author may not have intended to support it.
class Greeter
@CommandNamespace("hello")
@Command("world", "Hello, World!", 0, 0)
string
hello_world
(
string[] args
)

Meta