This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-07-26 13:31:31 +02:00
|
|
|
package com.denizd.substitutionplan
|
|
|
|
|
|
|
|
|
|
class Colour(val title: String, val titleNoLang: String, val icon: Int, val colour: Int)
|