public ThanksMessage() { _thanksMessageFile = new SelfDeletingFile(ThanksMessageFile, MAX_LINE_COUNT, MAX_TIME); }
public OtherMessage() { _otherMessageFile = new SelfDeletingFile(OtherMessageFile, MAX_LINE_COUNT, MAX_TIME); }
public PlayMessage() { _playMessageFile = new SelfDeletingFile(PlayMessageFile, 10, MAX_TIME); }