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