Esempio n. 1
0
 void OnAddCellMapping()
 {
     CellMappings.Add(new CellMappingDeclaration()
     {
         HighlightColor = TextureParserExtensions.Colors[CellMappings.Count % TextureParserExtensions.Colors.Count]
     });
 }