示例#1
0
 public void PutOut()
 {
     this.Status = TorchStatus.Unlit;
 }
示例#2
0
 public void Ignite()
 {
     this.Status = TorchStatus.Burning;
 }