replace the client with something better
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.thatgamerblue.snake;
|
||||
|
||||
public class SnakePart {
|
||||
public SnakePart next;
|
||||
int x, y;
|
||||
}
|
||||
Reference in New Issue
Block a user