1
0
Fork 0
space-capture/scripts/game_operation_send_fleet.gd

9 lines
110 B
GDScript3
Raw Normal View History

2024-08-08 23:24:30 +02:00
extends GameOperation
class_name GameOperationSendFleet
var from: Planet
var to: Planet
var max_count: int