mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added code to show spawn menu from airbase spawn
This commit is contained in:
@@ -33,6 +33,16 @@ export class ContextMenu {
|
||||
return this.#latlng;
|
||||
}
|
||||
|
||||
getX()
|
||||
{
|
||||
return this.#x;
|
||||
}
|
||||
|
||||
getY()
|
||||
{
|
||||
return this.#y;
|
||||
}
|
||||
|
||||
clip()
|
||||
{
|
||||
if (this.#container != null) {
|
||||
|
||||
Reference in New Issue
Block a user