mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:23:47 +00:00
4043f954a7
Module local values are visible to Appendixes. This mechanism can be used for mods.
5 lines
41 B
JavaScript
5 lines
41 B
JavaScript
export function fn()
|
|
{
|
|
return "Base";
|
|
}
|