Example #1
0
 private void DestroyedInstitute(object mark, object ownerId, object pos)
 {
     if (this.mark == (ForceMark)mark)
     {
         //Locked building mode drag deployment code. Dwayne.
         //_view.DestroyedInstitute();
         isBuildedInstitute = false;
         _view.DestroyInstitute();
     }
 }