Update 14 jounal changes

This commit is contained in:
Xjph 2022-12-04 11:00:07 -03:30
commit e4049d67c1
6 changed files with 10 additions and 3 deletions

View file

@ -30,6 +30,7 @@ namespace Observatory.Framework.Files.Converters
var material = new Material
{
Name = name,
Name_Localised = name,
Count = count
};
materialComposition.Add(material);