summaryrefslogblamecommitdiff
path: root/src/map/struct/sessionext.h
blob: c742faa9e3efc15493a43ad89d54f14e9924c10b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                         
                 
                


                              
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_SESSIONEXT
#define EVOL_MAP_SESSIONEXT

struct SessionExt
{
    int clientVersion;
    int language;
    uint8 state;
};

#endif  // EVOL_MAP_SESSIONEXT