Tutorials:Save Classes for Entities
Introduction The “Save” pattern provides a very powerful solution to saving information from your game. This article will expand on the Save pattern by discussing how you might create a Save class for an Entity in your game. What do you want to save? A Save class can save a variety of information – and[…]