9 ::ll::TypedStorage<1, 1, bool const> mIsRaining;
10 ::ll::TypedStorage<1, 1, bool const> mIsLightning;
11 ::ll::TypedStorage<1, 1, bool> mWillBeRaining;
12 ::ll::TypedStorage<1, 1, bool> mWillBeLightning;
13 ::ll::TypedStorage<4, 4, int> mRainTime;
14 ::ll::TypedStorage<4, 4, int> mLightningTime;