fortressforever-scripts/maps/includes/util
squeek 5a30b6255d Practicing what I preach: Removed all file-local variables from util/collection.lua
File local variables frustrated me to no end in the Don't Starve codebase; they have no real reason for existing and they only serve to limit mod-ability (their implementation would have to be copy+pasted for any other file to use it and the implementation can't be modified by other files), so they should be generally avoided.
2015-04-05 12:46:11 -07:00
..
class.lua Add standard Lua Class implementation 2015-03-23 04:10:08 -07:00
collection.lua Practicing what I preach: Removed all file-local variables from util/collection.lua 2015-04-05 12:46:11 -07:00
utils.lua Practicing what I preach: Removed all file-local variables from util/collection.lua 2015-04-05 12:46:11 -07:00