소스 검색

rm unused attribute

master
Ben Kurtovic 11 년 전
부모
커밋
36b07313fb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      src/Goldfish.java

+ 0
- 3
src/Goldfish.java 파일 보기

@@ -1,7 +1,5 @@
package edu.stuy.goldfish;
import java.util.Random;
import edu.stuy.goldfish.rules.*;
public class Goldfish {
@@ -9,7 +7,6 @@ public class Goldfish {
private Grid _grid;
private Render _render;
private Random random = new Random();
public Goldfish() {
int width = 128;


불러오는 중...
취소
저장