binana/profile/3.3.5a-windows-386/include/client/commandmanager.h
superp00t e2399e9d6d
Some checks are pending
Push / build (push) Waiting to run
feat(profile): update many things
2026-05-09 19:12:45 -04:00

21 lines
383 B
C

#ifndef CLIENT_COMMAND_MANAGER_H
#define CLIENT_COMMAND_MANAGER_H
DECLARE_STRUCT(CommandManager);
#include "net/netclient.h"
struct CommandManager {
uint32_t unk00;
uint32_t unk04;
uint32_t unk08;
uint32_t unk0C;
uint32_t unk10;
uint32_t unk14;
uint32_t unk18;
uint32_t unk1C;
uint32_t unk20;
NetClient* unk24;
};
#endif