Serialize = function(self)
-- do magic stuff keeping in mind we can only serialize simple values
-- call save
TableSave(gT, "Escort_Selfaware_Units")
end,
Load = function(self)
TableLoad(gT, "Escort_Selfaware_Units")
-- do magic stuff keeping in mind we have to convert some simple values
end,