Skip to content

Commit a4c08c1

Browse files
authored
Merge pull request #111 from ANGELB3AR/Language-files-not-building#110
Added Documentation
2 parents fe6dac3 + b3d0c7f commit a4c08c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

UnityProject/Assets/Scripts/UI/Systems/Lobby/GUI_Tutorial.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
using System.IO;
66
using System;
77

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+
816
public class GUI_Tutorial : MonoBehaviour
917
{
1018
// Add new file name to list when new languages are added

0 commit comments

Comments
 (0)