# Start of script

# Project language file output
func _plang1():
	print("Project language file 1")
	print("For: Ukraine History Simulator/Modules/Soundtracks/Ukraine")
	print("About")
	print("I chose GDScript (GoDot Script) as the first and main project language file for this project (Seanpm2001/Ukraine-History-Simulator/Modules/Soundtracks/Ukraine) as GDScript is the language that the main project is written in. It is even more interoperable with the main program this way. It is getting its own project language file, starting here.")
	break
return _plang1()
break

# Output:

# Project language file 1
# For: Ukraine History Simulator / Modules / Soundtracks / Ukraine
# About:
# I chose GDScript (GoDot Script) as the first and main project language file for this project (Seanpm2001/Ukraine-History-Simulator/Modules/Soundtracks/Ukraine) as GDScript is the language that the main project is written in. It is even more interoperable with the main program this way. It is getting its own project language file, starting here.

# File info
# File type: GDscript (GoDot Script) source file (*.gd)
# File version: 1 (2022, Thursday, December 1st at 10:24 pm PST)
# Line count (including blank lines and compiler line): 26

# End of script
