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