mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
Make DemoTick field public.
This commit is contained in:
parent
afa30b56b4
commit
f4cc4df6df
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ impl Sub<ServerTick> for ServerTick {
|
|||
Default,
|
||||
Display,
|
||||
)]
|
||||
pub struct DemoTick(u32);
|
||||
pub struct DemoTick(pub u32);
|
||||
|
||||
impl DemoTick {
|
||||
pub fn range_inclusive(&self, till: Self) -> impl Iterator<Item = Self> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue