Exemplo n.º 1
0
 static InterVesselManager()
 {
     // normally we do this in SerializationMgr, but KSPScenarios run before we create any instances
     SafeSerializationMgr.AddAssembly(typeof(SerializationMgr).Assembly.FullName);
 }
Exemplo n.º 2
0
 public SerializationMgr(SharedObjects sharedObjects) : base(sharedObjects)
 {
     SafeSerializationMgr.AddAssembly(typeof(SerializationMgr).Assembly.FullName);
 }