forked from SteamWar/SteamWar
Hotfix xsome exceptions
This commit is contained in:
@@ -24,6 +24,7 @@ public class TrippleCircle extends Circle {
|
||||
public TrippleCircle(ParticleElement first, ParticleElement second, ParticleElement third, double distance, double speed) {
|
||||
super(first);
|
||||
this.second = second;
|
||||
this.third = third;
|
||||
this.distance = distance;
|
||||
this.speed = speed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user