private void detach_MothershipStructures(MothershipStructure entity)
		{
			this.SendPropertyChanging();
			entity.StructureType = null;
		}
 partial void DeleteMothershipStructure(MothershipStructure instance);
 partial void InsertMothershipStructure(MothershipStructure instance);
 partial void UpdateMothershipStructure(MothershipStructure instance);
		private void attach_MothershipStructures(MothershipStructure entity)
		{
			this.SendPropertyChanging();
			entity.Player = this;
		}