示例#1
0
 public byte[] GetCharData(uint Index)
 {
     return(ItemCharacter.GetCharData(Index));
 }
示例#2
0
 public byte[] GetCharData()
 {
     return(ItemCharacter.GetCharData(CharacterIndex));
 }