03-12-2014, 04:53 AM
How must be the code to use a method as variable in cAntiCheatTask?
Current Code:
Current Code:
#pragma once
#include "../World.h"
class cAntiCheatTask :
public cWorld::cTask
{
public:
cAntiCheatTask()
{
}
protected:
virtual void Run(cWorld & a_World) override
{
}
};

