Пример #1
0
 public FishBounds(int id, FISH_TYPE type, Regulus.CustomType.Rect bounds)
 {
     Type    = type;
     Visible = true;
     _Id     = id;
     SetBounds(bounds);
 }
Пример #2
0
 public FishKillRecord(FISH_TYPE type)
 {
     FishType = type;
     KillCount = 0;
 }