コード例 #1
0
 public static void RestoreFromCache()
 {
     CurrentNet = CachedNet.DeepCopy();
 }
コード例 #2
0
 public static void CacheNet()
 {
     CachedNet = CurrentNet?.DeepCopy();
 }