예제 #1
0
        public void Test_Serialize()
        {
            var json = JsonConvert.SerializeObject(chaoting);

            chaoting = JsonConvert.DeserializeObject <GMData.Run.Chaoting>(json);

            Test_Init();
        }
예제 #2
0
 public void Init()
 {
     chaoting = new GMData.Run.Chaoting(GMRoot.define.chaoting, 123456);
 }