Exemplo n.º 1
0
 public static bool IsMoonGossipStone(this GossipQuote gossipQuote)
 {
     return(gossipQuote.ToString().StartsWith("Moon"));
 }
Exemplo n.º 2
0
 public static bool IsGaroHint(this GossipQuote gossipQuote)
 {
     return(gossipQuote.ToString().StartsWith("Garo"));
 }