コード例 #1
0
 public SendTextPacket()
 {
     this.input = new SendTextInput();
 }
コード例 #2
0
 public SendTextPacket(SendTextInput sendTextInput)
 {
     this.input = sendTextInput;
 }