예제 #1
0
 public BeliefType Find <BeliefType>(Belief.BeliefType type, int id) where BeliefType : Belief
 {
     return(Find <BeliefType>(Belief.keyOf(type), id));
 }
예제 #2
0
 private SortedDictionary <int, Belief> getBeliefsFor(Belief.BeliefType type)
 {
     return(getBeliefsFor(Belief.keyOf(type)));
 }