├── LICENSE ├── NameGenerator.cs ├── README.md ├── logo.png ├── logo.svg └── name-generator.gd /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/LICENSE -------------------------------------------------------------------------------- /NameGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/NameGenerator.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/logo.png -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/logo.svg -------------------------------------------------------------------------------- /name-generator.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xsellier/godot-name-generator/HEAD/name-generator.gd --------------------------------------------------------------------------------