mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T658, add matching script demo files
This commit is contained in:
11
resources/share/matchingscript/networkDemo.js
Normal file
11
resources/share/matchingscript/networkDemo.js
Normal file
@@ -0,0 +1,11 @@
|
||||
(
|
||||
function() {
|
||||
// networkObject
|
||||
// reverseModel
|
||||
// returnObject
|
||||
returnObject.aircraftIcao = "C172";
|
||||
return "Changed ICAO to C172";
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user