Role.ID: 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:1111:11, 5 January 2024Tayfunwiki talk contribs 1,327 bytes +1,327 Created page with "=== Role Class - <code>ID</code> Property === ==== Overview ==== The <code>ID</code> property in the Role class uniquely identifies each role within the game. ==== Syntax ==== <syntaxhighlight lang="c#"> [field: SerializeField] public string ID { get; private set; } </syntaxhighlight> ==== Description ==== This property holds a unique identifier for a role, ensuring that each role can be distinctly recognized and referred to within the game's systems. It's crucial for..." Tag: Visual edit