Example #1
0
func roomImageSetter(cherryRooms *config.CherryRooms, roomName string, mSet, sSet []string) {
	//  WARN(Santiago): by now we will pass the image template as empty.
	cherryRooms.AddImage(roomName, mSet[0], mSet[1][1:len(mSet[1])-1], "", sSet[1][1:len(sSet[1])-1])
}