Exemplo n.º 1
0
 public Say(FOnline.Say how, ushort textMsg, uint strNum)
 {
     this.how = how;
     this.textMsg = textMsg;
     this.strNum = strNum;
 }
Exemplo n.º 2
0
 public Say(FOnline.Say how, string text)
 {
     this.how = how;
     this.text = text;
 }