Ejemplo n.º 1
0
 //Constructor
 public DraggableState(RingViewGameobject ringViewGameobject)
 {
     this.ring = ringViewGameobject;
 }
Ejemplo n.º 2
0
 //Constructor
 public ReturnToOldPinState(RingViewGameobject ringViewGameobject)
 {
     this.ring = ringViewGameobject;
 }
Ejemplo n.º 3
0
 //Constructor
 public IdleState(RingViewGameobject ringViewGameobject)
 {
     this.ring = ringViewGameobject;
 }
Ejemplo n.º 4
0
 //Constructor
 public ControlPinState(RingViewGameobject ringViewGameobject)
 {
     this.ring = ringViewGameobject;
 }