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