Merge remote-tracking branch 'origin/master' into mirrored-object-reference-fix

This commit is contained in:
barsdeveloper
2024-11-28 13:51:34 +01:00
11 changed files with 36 additions and 15 deletions

View File

@@ -30,4 +30,8 @@ export default class ColorChannelEntity extends IEntity {
valueOf() {
return this.value
}
toString() {
return this.value.toString()
}
}