Follow the .NET capitalization convention

This commit is contained in:
Dylan Nagel 2022-01-31 20:54:33 -05:00
parent 9955c5b8d3
commit 98469c1e75

View File

@ -42,7 +42,7 @@ namespace NewHorizons.Builder.Props
conversationZone.SetActive(true);
}
private static void addTranslations(string xml)
private static void AddTranslation(string xml)
{
XmlDocument xmlDocument = new XmlDocument();
xmlDocument.LoadXml(xml);