예제 #1
0
 public static bool IsMoonGossipStone(this GossipQuote gossipQuote)
 {
     return(gossipQuote.ToString().StartsWith("Moon"));
 }
예제 #2
0
 public static bool IsGaroHint(this GossipQuote gossipQuote)
 {
     return(gossipQuote.ToString().StartsWith("Garo"));
 }