9 lines
110 B
GDScript3
9 lines
110 B
GDScript3
|
extends GameOperation
|
||
|
class_name GameOperationSendFleet
|
||
|
|
||
|
var from: Planet
|
||
|
|
||
|
var to: Planet
|
||
|
|
||
|
var max_count: int
|