mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
12 lines
147 B
JavaScript
12 lines
147 B
JavaScript
(
|
|
function() {
|
|
// networkObject
|
|
// reverseModel
|
|
// returnObject
|
|
returnObject.aircraftIcao = "C172";
|
|
return "Changed ICAO to C172";
|
|
}
|
|
)
|
|
|
|
|