Пример #1
0
	void CServerPatchTerminalSkel::declareState_skel(NLNET::IModuleProxy *sender, const NLNET::CMessage &__message)
	{
		NLMISC::CSString	moduleName;
			nlRead(__message, serial, moduleName);
		NLMISC::CSString	state;
			nlRead(__message, serial, state);
		declareState(sender, moduleName, state);
	}
Пример #2
0
	void CServerPatchManagerSkel::declareState_skel(NLNET::IModuleProxy *sender, const NLNET::CMessage &__message)
	{
		NLMISC::CSString	state;
			nlRead(__message, serial, state);
		declareState(sender, state);
	}