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

22 December 2023

  • curprev 06:5506:55, 22 December 2023Tayfunwiki talk contribs 2,475 bytes +2,475 Created page with "== <code>Gender</code> Property in Actor Class == === Overview === The <code>Gender</code> property in the <code>Actor</code> class is used to specify the gender of an actor. This property is integral to defining the actor's identity and can play a significant role in the game's dynamics, narrative, and character interactions. === Syntax === <syntaxhighlight lang="c#"> public IGender Gender { get; protected set; } </syntaxhighlight> === Description === * Property Typ..." Tag: Visual edit