Exemplo n.º 1
0
 public FishExperience(FishExperience e) : base(e.GetBehavior(), e.GetOwner())
 {
     this.SetTarget(e.GetTarget());
     this.SetGameObjects(e.GetGameObjects());
     this.SetTotalNumberOfFish(e.GetGameObjects().Count);
     s          = new GUIStyle(GUIStyles.GetInstance().DEFAULT_SLIDE_STYLE);
     s.fontSize = (int)(s.fontSize * 0.75);
 }
 public FishExperience(FishExperience e)
     : base(e.GetBehavior(), e.GetOwner())
 {
     this.SetTarget (e.GetTarget ());
     this.SetGameObjects (e.GetGameObjects ());
     this.SetTotalNumberOfFish (e.GetGameObjects ().Count);
     s = new GUIStyle (GUIStyles.GetInstance ().DEFAULT_SLIDE_STYLE);
     s.fontSize = (int)(s.fontSize * 0.75);
 }