fish-lib 0.2.3

A work-in-progress fishing game library containing the game/storage logic for a discord fishing game I'm working on.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Default, Debug)]
pub struct WeatherAttributes {
    pub cloudiness: f32,
    pub cloud_brightness: f32,
    pub moisture: f32,
    pub wind_presence: f32,
    pub wind_strength: f32,
    pub temperature: f32,
    pub light: f32,
    pub rain_intensity: f32,
}