Exemplo n.º 1
0
 public CompileBarrier(EBarrierType type)
 {
     _type = type;
 }
Exemplo n.º 2
0
 public CompileBarrier(EBarrierType type)
 {
     _type = type;
 }
 public void Morph(EBarrierType type)
 {
     Type = type;
     GetComponent <Image>().sprite = sprites[(int)Type - 1];
 }