예제 #1
0
 public static bool Useable(this LogicObjects.LogicEntry entry)
 {
     return(entry.Aquired || entry.StartingItem() || (entry.Unrandomized() && entry.Available));
 }
예제 #2
0
 public static bool AppearsInListbox(this LogicObjects.LogicEntry entry)
 {
     return((entry.Randomized() || entry.Unrandomized(1)) && !entry.IsFake);
 }