Exemplo n.º 1
0
 public void VolumeUp()
 {
     s = s.VolumeUp();
 }
Exemplo n.º 2
0
 public void VolumeDown()
 {
     s = s.VolumeDown();
 }
Exemplo n.º 3
0
 public static void InitializeRing(JSONObject data)
 {
     GameState.ringState = new RingState();
     GameState.ringState.locationType = RingState.LocationType.Town;
     GameState.ringState.location     = "hanging_tree";
 }