OnClanCultureChanged: 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 20:3320:33, 4 January 2024Tayfunwiki talk contribs 2,883 bytes +2,883 Created page with "== <code>onClanCultureChanged</code> Event in Clan Class == === Overview === The <code>onClanCultureChanged</code> event in the Clan class is activated when there is a change in the clan's cultural background. This event is crucial for adapting to and reflecting changes in the clan's cultural identity within the game's world. === Event Definition === <syntaxhighlight lang="c#"> public event Action<Culture> onClanCultureChanged; </syntaxhighlight> === Description ===..." Tag: Visual edit