Skip to content

Commit

Permalink
Added alife_storage_manager.script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 20, 2018
1 parent 06fe23d commit 6e357bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions res/gamedata/scripts/alife_storage_manager.script
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-- called from engine!
function CALifeStorageManager_before_save(fname)

end

-- called from engine!
function CALifeStorageManager_save(fname)

end

-- called from engine
function CALifeStorageManager_load(fname)

end

0 comments on commit 6e357bf

Please sign in to comment.