This class provides helper methods for the XML parser to encapsulate extensive Entity constructing routines.
Example #1
0
        public static void End()
        {
            _instance.ConnectJumpPoints();

            _instance = null;
        }
Example #2
0
 public static void Begin()
 {
     _instance = new EntityBuilder();
 }