DebugSerialize() public method

public DebugSerialize ( string SAVE_LOCATION ) : void
SAVE_LOCATION string
return void
 public override void ThrowPushEvent()
 {
     MapEngine me = new MapEngine();
     me.DebugSerialize("save0.1.0.xml");
 }