1
0

Cauldrons fill

This commit is contained in:
Tiger Wang
2014-05-29 16:58:40 +01:00
parent 444cce1269
commit cea3a8e7e8
4 changed files with 19 additions and 3 deletions

View File

@@ -37,4 +37,7 @@ public:
virtual void SetTimeOfDay(Int64 a_TimeOfDay) = 0;
/** Returns true if the current weather has any precipitation - rain or storm */
virtual bool IsWeatherWet(void) const = 0;
};