Cleaned up weather class

This commit is contained in:
Anuken
2020-03-11 10:08:27 -04:00
parent 930c342fb6
commit 06e94b1800
11 changed files with 58 additions and 13 deletions

View File

@@ -10,6 +10,12 @@ public class Weathers implements ContentList{
@Override
public void load(){
snow = new Weather("snow"){
@Override
public void draw(){
//TODO
}
};
}
}