コード例 #1
0
 private void TryInit()
 {
     if (!initialized)
     {
         Infos.DeSerializeT();
         initialized = true;
     }
 }