2019-10-04 03:59:47 +02:00

15 lines
353 B
Lua

-- .lua is the file extension, because i dont want to get yelled at
-- i just realized, because this is all just my code depending on it i can define names like i want :D^
TRUE = 1
FALSE = 0
-- sparktech_techy
-- TODO: replace this later? like wiht a better name
WRENCHABLE = 1
-- energy_type
ENERGY_PRODUCER = 2
ENERGY_STORE = 3
ENERGY_CONSUMER = 4