player.java
来自「It is a MMORPG multithreading server. It」· Java 代码 · 共 11 行
JAVA
11 行
import java.io.*;
class Player
{
public String username;
public InputStream is;
public OutputStream os;
public int posx=0;
public int posy=0;
public int dir=0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?