示例#1
0
 public static bool IsMovedByPressure(this EntityUid entity)
 {
     return(entity.IsMovedByPressure(out _));
 }