コード例 #1
0
ファイル: Slang.cs プロジェクト: Pieter-1337/Projects
 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;
 }
コード例 #2
0
ファイル: Apple.cs プロジェクト: Pieter-1337/Projects
 public Apple(Coordinaat coordinaten)
 {
     this.Coordinaten = coordinaten;
     this.PointValue  = Point;
 }