Commit Graph

3 Commits

Author SHA1 Message Date
ad72976b24 Cleaner way of getting defaults and options from stack counters
Now we pass in the options or defaults table directly to the helper class's getter methods since they're passed by reference and can be modified in place. This saves us creation of yet more tables and obviates the need to merge tables together.
2015-09-04 22:34:07 -05:00
7249f4ebcd Moved some code that tied IceStackCounter more tightly to CustomCount than I had wanted into CustomCount itself. 2015-08-22 16:53:58 -05:00
8e13a8075d Pulled some common functionality out of CustomCount and into a helper file. I intend on using this same helper for a bar version of a buff counter. 2015-08-21 00:42:24 -05:00