Basic implementation of first login handshake
This commit is contained in:
parent
6ea48dd4e7
commit
88a7a0a9c6
8 changed files with 314 additions and 13 deletions
|
@ -3,4 +3,7 @@ import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
|||
class SessionData {
|
||||
static var g_bDarkMode = true;
|
||||
static CompoundTag g_nbtConfiguration = CompoundTag();
|
||||
|
||||
/// This flag is only used by the server to indicate if a packet has demanded the server shut down.
|
||||
static var g_bShutdownPending = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue