public static void switchController(GameObject go, TeamToken controller) { TeamToken tt = getTeamToken(go, true); tt.switchController(controller); }