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