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