浏览代码

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;


正在加载...
取消
保存