コード例 #1
0
    public static void switchController(GameObject go, TeamToken controller)
    {
        TeamToken tt = getTeamToken(go, true);

        tt.switchController(controller);
    }