mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 20:57:46 +00:00
Make comment field public
This commit is contained in:
parent
633c18e2f4
commit
fecb21cf88
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ pub struct CharacterData {
|
||||||
#[bw(pad_size_to = MAX_COMMENT_LENGTH)]
|
#[bw(pad_size_to = MAX_COMMENT_LENGTH)]
|
||||||
#[br(map = read_string)]
|
#[br(map = read_string)]
|
||||||
#[bw(map = write_string)]
|
#[bw(map = write_string)]
|
||||||
comment: String,
|
pub comment: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl CharacterData {
|
impl CharacterData {
|
||||||
|
|
Loading…
Add table
Reference in a new issue