make FString pub
This commit is contained in:
parent
2ac56b9f01
commit
0eb6de377c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,9 +16,9 @@ pub enum FStringEncoding {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct FString {
|
||||
encoding: FStringEncoding,
|
||||
enc_len: usize,
|
||||
str: String
|
||||
pub encoding: FStringEncoding,
|
||||
pub enc_len: usize,
|
||||
pub str: String
|
||||
}
|
||||
|
||||
impl Decoder for FString {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue