public Slang(int lengte, int levens, int score, Coordinaat coordinaten) { this.LengteSlang = lengte; this.Levens = levens; this.Score = score; this.BodySlang = bodySlangValue; this.Coordinaten = coordinaten; }
public Apple(Coordinaat coordinaten) { this.Coordinaten = coordinaten; this.PointValue = Point; }