mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Follow the .NET capitalization convention
This commit is contained in:
parent
9955c5b8d3
commit
98469c1e75
@ -42,7 +42,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
conversationZone.SetActive(true);
|
conversationZone.SetActive(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void addTranslations(string xml)
|
private static void AddTranslation(string xml)
|
||||||
{
|
{
|
||||||
XmlDocument xmlDocument = new XmlDocument();
|
XmlDocument xmlDocument = new XmlDocument();
|
||||||
xmlDocument.LoadXml(xml);
|
xmlDocument.LoadXml(xml);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user