SchemeName: 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.

4 January 2024

  • curprev 17:2917:29, 4 January 2024Tayfunwiki talk contribs 1,912 bytes +1,912 Created page with "== <code>SchemeName</code> Property in Scheme Class == === Overview === The <code>SchemeName</code> property in the Scheme class provides the name of a scheme, such as "Assassination." === Property Definition === <syntaxhighlight lang="c#"> [field: SerializeField] public string SchemeName { get; private set; } </syntaxhighlight> === Description === * Type: <code>string</code> * Accessibility: The property is publicly accessible for reading but can only be set private..." Tag: Visual edit