Skip to content

NameGenerationData issue #912

Open
Open
@tx74666

Description

@tx74666

NameGenerationData.cs-the last name never display

should change
var firstword = FirstWordList[Random.Range(0, FirstWordList.Length - 1)];
var secondword = SecondWordList[Random.Range(0, SecondWordList.Length - 1)];

to

var firstword = FirstWordList[Random.Range(0, FirstWordList.Length)];
var secondword = SecondWordList[Random.Range(0, SecondWordList.Length)];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions