mirror of
https://github.com/JockeTF/fimfareader.git
synced 2024-11-27 07:28:00 +01:00
Make story color values public
This commit is contained in:
parent
f0c901db82
commit
d1482c2330
1 changed files with 3 additions and 3 deletions
|
@ -115,9 +115,9 @@ pub struct Chapter {
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct Color {
|
pub struct Color {
|
||||||
red: u8,
|
pub red: u8,
|
||||||
green: u8,
|
pub green: u8,
|
||||||
blue: u8,
|
pub blue: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue