Files
erythros/System/Libraries/Session.HC
2025-03-25 07:34:41 -04:00

8 lines
89 B
HolyC

class @session
{
U8 home[4096];
U8 hostname[256];
@user user;
};
"session ";