Role.RoleName: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 January 2024

  • curprev 11:1411:14, 5 January 2024Tayfunwiki talk contribs 1,346 bytes +1,346 Created page with "=== Role Class - <code>RoleName</code> Property === ==== Overview ==== The <code>RoleName</code> property in the Role class identifies the name of a role assigned to a character in the game. ==== Syntax ==== <syntaxhighlight lang="c#"> [field: SerializeField] public string RoleName { get; private set; } </syntaxhighlight> ==== Description ==== This property provides a human-readable name for a role, such as "Doctor," "Warrior," or "Leader." It is used to identify the..." Tag: Visual edit