diff --git a/pyogp/lib/base/message/message_types.py b/pyogp/lib/base/message/message_types.py index a52c98b..48b1958 100644 --- a/pyogp/lib/base/message/message_types.py +++ b/pyogp/lib/base/message/message_types.py @@ -1,3 +1,4 @@ + #represents how much of a message is taken up by packet ID things, such as #the packet flags and the sequence number. After the ID, then comes the header #NOTE: This will be moved into a messaging system eventually