We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6dac3 + b3d0c7f commit a4c08c1Copy full SHA for a4c08c1
1 file changed
UnityProject/Assets/Scripts/UI/Systems/Lobby/GUI_Tutorial.cs
@@ -5,6 +5,14 @@
5
using System.IO;
6
using System;
7
8
+/// <summary>
9
+/// This script loads language files into LocalLow\Unitystation\unitystation\languages so the XML files are available
10
+/// in the final build and generates a button for each language found.
11
+///
12
+/// To add a new language, add the xml filename to <param>languageFileNames</param> array and save the xml file to
13
+/// Unitystation-Tutorial\UnityProject\Assets\StreamingAssets\languages
14
+/// </summary>
15
+
16
public class GUI_Tutorial : MonoBehaviour
17
{
18
// Add new file name to list when new languages are added
0 commit comments