#include "MyPlayer.h"int main(int argc, char *argv[]){PlayerUnit *player = new PlayerUnit();MyPlayer::Go(player);return 0;}