cull(engine-cleanup): pass-8 phase-2 cascade round 3 after AreaSelectUI stub

This commit is contained in:
gamer147
2026-07-03 22:20:18 -04:00
parent b148eb2968
commit 9d4d5ff1ec
6 changed files with 0 additions and 174 deletions

View File

@@ -332,14 +332,6 @@ public class iTween : MonoBehaviour
Launch(target, args);
}
public static void MoveBy(GameObject target, Hashtable args)
{
args = CleanArgs(args);
args["type"] = "move";
args["method"] = "by";
Launch(target, args);
}
public static void ScaleTo(GameObject target, Hashtable args)
{
args = CleanArgs(args);