예제 #1
0
 public static SimpleMessagePiece BuildSysMsgRegion(string inPiece)
 {
     return(new SimpleMessagePiece(SystemMessageParser.ParseSysMsgRegion(inPiece)));
 }
예제 #2
0
 public static SimpleMessagePiece BuildSysMsgAccBenefit(string msgText)
 {
     return(new(SystemMessageParser.ParseSysMsgAccBenefit(msgText)));
 }
예제 #3
0
 public static SimpleMessagePiece BuildSysMsgGuildQuest(string msgText)
 {
     return(new SimpleMessagePiece(SystemMessageParser.ParseSysMsgGuildQuest(msgText)));
 }
예제 #4
0
 public static SimpleMessagePiece BuildSysMsgDungeon(string msgText)
 {
     return(new(SystemMessageParser.ParseSysMsgDungeon(msgText)));
 }