Ryan 204966f929 Added Files
Totally not ready
2017-06-10 17:10:46 -04:00

4 lines
124 B
Plaintext

function gui:AddDrawRuleE(rule)
if not(self.DrawRulesE) then self.DrawRulesE={} end
table.insert(self.DrawRulesE,rule)
end