mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-29 14:31:47 +00:00
make radial menu boat button
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ export const BoatAttackIntentSchema = BaseIntentSchema.extend({
|
||||
type: z.literal('boat'),
|
||||
attackerID: z.string(),
|
||||
targetID: z.string().nullable(),
|
||||
troops: z.number(),
|
||||
troops: z.number().nullable(),
|
||||
x: z.number(),
|
||||
y: z.number(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user