Esempio n. 1
0
 public PropEditor[] GetProperties()
 {
     return(use.GetProperties());
 }
Esempio n. 2
0
 IEnumerable <PropEditor> GetDeckProps()
 {
     return(behavior.GetProperties().Where(f => f.propType == PropType.CardDeck));
 }