コード例 #1
0
 static InterVesselManager()
 {
     // normally we do this in SerializationMgr, but KSPScenarios run before we create any instances
     SafeSerializationMgr.AddAssembly(typeof(SerializationMgr).Assembly.FullName);
 }
コード例 #2
0
ファイル: SerializationMgr.cs プロジェクト: pand5461/KOS-1
 public SerializationMgr(SharedObjects sharedObjects) : base(sharedObjects)
 {
     SafeSerializationMgr.AddAssembly(typeof(SerializationMgr).Assembly.FullName);
 }