Beispiel #1
0
 /// <summary>
 /// Set the lensType of the photoCamera.
 /// </summary>
 /// <param name="type">Type.</param>
 public void SetLens(Consts.LensType type)
 {
 }
Beispiel #2
0
 /// <summary>
 /// This method is seldomly invoked since only up to 4 different lenses are provided in the game. However when a new lens is unlocked, call for this method.
 /// </summary>
 /// <param name="type">Type.</param>
 public static void UnlockNewLens(Consts.LensType type)
 {
 }