Beispiel #1
0
 public FishStage(Guid account, int stage_id)
 {
     _Formula = new HitTest(Random.Instance);
     _AccountId = account;
     _FishStage = stage_id;
 }
Beispiel #2
0
 public FishStage(Guid account, int stage_id)
 {
     _Formula   = new HitTest(Random.Instance);
     _AccountId = account;
     _FishStage = stage_id;
 }