From 5f2273c4487dfb6996c3064aae0bd7122ce89787 Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Wed, 6 Nov 2024 11:18:20 +0300 Subject: [PATCH] docs: Added missing read-only notes to the Packet class --- g2o/packets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g2o/packets.py b/g2o/packets.py index 8f43e1e..a63647b 100644 --- a/g2o/packets.py +++ b/g2o/packets.py @@ -5,10 +5,10 @@ class Packet(sqg2o.Packet): This class represents data packet that gets send over the network. Original: [Packet](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0/script-reference/server-classes/network/Packet/) - ## `int` bitsUsed + ## `int` bitsUsed *(read-only)* Represents the total number of bits used by the script packet data. - ## `int` bytesUsed + ## `int` bytesUsed *(read-only)* Represents the total number of bytes used by the script packet data. """ def __init__(self):