Exemplo n.º 1
0
 void ActivateStructure(Platform completedStructure)
 {
     // the Platform script takes care of removing builder and under construction items from the King.cs lists
     completedStructure.ActivateStructure();
 }