示例#1
0
 public void AddHeat(float temp)
 {
     atmosContainer.AddHeat(temp);
     state = AtmosStates.Active;
 }