make TextCharacter Serializable
Closed this issue · 1 comments
EnderCrypt commented
Make TextCharacter
(and all referenced classes, such as TextColor
) implement Serializable
since these classes just contain basic information such as characters and color values, it'd be rather trivial to make them serializable.
mabe02 commented
Not entirely sure what you would use that for, but sure, we can do.