Skip to content

Instantly share code, notes, and snippets.

View redstopnejjary's full-sized avatar

nejjar youssef redstopnejjary

View GitHub Profile
@Guendeli
Guendeli / NonSenseGenerator.cs
Created January 5, 2017 01:29
Generates funny texts to show for your loading screens.
public class NonSenseGenerator : MonoBehaviour {
string[] n = new string[71];
string[] v = new string[71];
// Use this for initialization
void Start () {
SetNoun();
SetVerb();
}