Example #1
0
 public static T QueryVote <T>(this MonoBehaviour mb, string queryName)
 {
     return(Queribus.Vote <T>(queryName, mb.gameObject));
 }
Example #2
0
 public static T QueryVote <T>(this GameObject go, string queryName)
 {
     return(Queribus.Vote <T>(queryName, go));
 }