get tint index directly from model
This commit is contained in:
@@ -33,5 +33,6 @@ sealed class Node {
|
||||
class Literal(value: String) : Value(value)
|
||||
class ClassOf(value: String) : Value(value)
|
||||
class Texture(value: String) : Value(value)
|
||||
class Tint(value: String) : Value(value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user