mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
massive rework continues
This commit is contained in:
parent
d1b07fff01
commit
37391c8e8b
129 changed files with 4080 additions and 22216 deletions
|
|
@ -1,5 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
import { UINT8_MAX, UINT16_MAX, UINT32_MAX } from "./numberUtils.js";
|
||||
|
||||
function last(array) {
|
||||
return array[array.length - 1];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue