Esempio n. 1
0
 public virtual bool IsBroaderThan(FixedUpdateDepth
                                   other)
 {
     return(_depth > other._depth);
 }
Esempio n. 2
0
 public virtual bool IsBroaderThan(FixedUpdateDepth
     other)
 {
     return _depth > other._depth;
 }