From 485634165c040920f4be6b7a9fb56c4b238c7998 Mon Sep 17 00:00:00 2001 From: Chetana Mali <65480069+ChetanaMali@users.noreply.github.com> Date: Sun, 31 Oct 2021 20:53:21 +0530 Subject: [PATCH] Add changes --- .../MA_TextureAtlasserPro/Scripts/Data/MA_ModelGroup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/MA_ToolBox/MA_TextureAtlasserPro/Scripts/Data/MA_ModelGroup.cs b/Assets/MA_ToolBox/MA_TextureAtlasserPro/Scripts/Data/MA_ModelGroup.cs index 0d1e45c..0bbe458 100644 --- a/Assets/MA_ToolBox/MA_TextureAtlasserPro/Scripts/Data/MA_ModelGroup.cs +++ b/Assets/MA_ToolBox/MA_TextureAtlasserPro/Scripts/Data/MA_ModelGroup.cs @@ -8,8 +8,8 @@ namespace MA_TextureAtlasserPro [System.Serializable] public class MA_ModelGroup { - public string name = "Model"; + public string name = "Model"; // public variable public List meshes = new List(); } } -#endif \ No newline at end of file +#endif