This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* GRID SERIALIZATION CONCEPT FOR SAVING WORLD GRID DATA | |
* | |
* Each GRID location will be stored as an signed int32 (eg. -1,999,999,999) - 4 BYTES | |
* This will be a basic serialization of all the information on the grid. | |
* | |
* This information will be stored as follows: | |
* | |
* -/+ This acts as a switch and usually doubles the possibilities of each ID |