thread_split: convert all tile to tileref

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent c42cc2a9b4
commit f0f5bae79f
53 changed files with 1101 additions and 1402 deletions
-4
View File
@@ -100,10 +100,6 @@ export const AttackIntentSchema = BaseIntentSchema.extend({
attackerID: ID,
targetID: ID.nullable(),
troops: z.number().nullable(),
sourceX: z.number().nullable(),
sourceY: z.number().nullable(),
targetX: z.number().nullable(),
targetY: z.number().nullable()
});
export const SpawnIntentSchema = BaseIntentSchema.extend({