mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
6275972fef
* Add Verdigris, an in-tree rust module to cover our random performance-code needs * Add a features section to the verdigris readme * Update linux so to latest as well
4 lines
205 B
Plaintext
4 lines
205 B
Plaintext
/proc/verdigris_generate_automata(limit_x, limit_y, iterations, initial_wall_cell) as /list
|
|
RETURN_TYPE(/list)
|
|
return VERDIGRIS_CALL("generate_automata", limit_x, limit_y, iterations, initial_wall_cell)
|