GetDotaStats / stat-collection

Library for setting up stat collection for dota2 mods
http://getdotastats.com/
GNU General Public License v2.0
11 stars 8 forks source link

Separate the commonly used schema functions into separate file #32

Closed jimmydorry closed 8 years ago

jimmydorry commented 8 years ago

We can probably chuck them all into a /lib/utilities.lua

It's crazy to expect users to keep updating their schema file by hand, every time someone makes a new function that can be re-used.