Exemplo n.º 1
0
 public void SetParcelOtherCleanTime(IClientAPI remoteClient, int localID, int otherCleanTime)
 {
     if (m_landManagementModule != null)
     {
         m_landManagementModule.setParcelOtherCleanTime(remoteClient, localID, otherCleanTime);
     }
 }