示例#1
0
 public void LocalizeModule()
 {
     LocalizationLoader.LoadItemsInModule(this);
 }
示例#2
0
        public void AddCustomModule()
        {
            var newModule = gameObject.AddComponent <OtherModule>();

            LocalizationLoader.LoadItemsInModule(newModule);
        }