mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-05 02:54:10 +02:00
stringtables
This commit is contained in:
parent
0bf09c95c9
commit
cd552319ac
17 changed files with 250 additions and 43 deletions
|
|
@ -24,10 +24,7 @@ pub struct SendPropDefinition {
|
|||
}
|
||||
|
||||
impl SendPropDefinition {
|
||||
pub fn read(
|
||||
stream: &mut Stream,
|
||||
owner_table_name: String,
|
||||
) -> Result<Self> {
|
||||
pub fn read(stream: &mut Stream, owner_table_name: String) -> Result<Self> {
|
||||
let prop_type = SendPropType::read(stream)?;
|
||||
let name = stream.read_string(None)?;
|
||||
let flags = SendPropFlags::read(stream)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue