Function set_class_desc

Source
pub fn set_class_desc(pid: u16, desc: &str)
Expand description

Set the description of the custom class used by a player.

pid The player ID.
desc The description of the custom class.

Returns void