1
0
Fork 0
space-capture/scripts/game_operation_send_fleet.gd
2024-08-08 23:24:30 +02:00

8 lines
110 B
GDScript

extends GameOperation
class_name GameOperationSendFleet
var from: Planet
var to: Planet
var max_count: int