This commit is contained in:
LeterZP
2026-02-13 00:17:04 +03:00
commit da7c6aa397
23 changed files with 760 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
package environment;
public enum Weather {SUN, FOG, RAIN, SNOW, WIND}