Example #1
0
 public void Execute(Transform position)
 {
     Debug.Log("Oil Bomb launched!");
     HazardFactory.CreateOilHazard(position, Data);
 }