mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
function getAlwaysTrue()
|
|
{
|
|
return true;
|
|
}
|