예제 #1
0
 public void CopyCustom(ChaFileCustom _custom)
 {
     this.SetCustomBytes(ChaFile.GetCustomBytes(_custom), ChaFileDefine.ChaFileCustomVersion);
 }
예제 #2
0
 public byte[] GetCustomBytes()
 {
     return(ChaFile.GetCustomBytes(this.custom));
 }