Example #1
0
 /// <summary>
 /// Create and add any map data processors to the given context, if any are needed.
 /// </summary>
 /// <param name="context">The context to add the processors to.</param>
 public virtual void PrepareMapDataProcessors(MapDataFixup context)
 {
 }
 internal void _Init(MapDataFixup context)
 {
     Context = context;
     Steps   = Init();
 }