public Two(KaitaiStream p__io, DebugSwitchUser p__parent = null, DebugSwitchUser p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root; }
public DebugSwitchUser(KaitaiStream p__io, KaitaiStruct p__parent = null, DebugSwitchUser p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root ?? this; }