This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class NonSenseGenerator : MonoBehaviour { | |
string[] n = new string[71]; | |
string[] v = new string[71]; | |
// Use this for initialization | |
void Start () { | |
SetNoun(); | |
SetVerb(); | |
} |