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

            _instance = null;
        }
Esempio n. 2
0
 public static void Begin()
 {
     _instance = new EntityBuilder();
 }