Code:[Command(params string[] commands)]
Solved Why need and how to use CommandAttribute?
Discussion in 'Rust Development' started by SwipoStyle, May 2, 2016.
-
Wulf Community Admin
You don't need to use that; it's available only to CovalencePlugin, not normal plugins.
CovalencePlugin:
Code:[Command("test")]
Code:[Command("test", "test2")]
Code:[ChatCommand("test")]