Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

部分参数 #1

Open
deng-rui opened this issue Feb 25, 2024 · 6 comments
Open

部分参数 #1

deng-rui opened this issue Feb 25, 2024 · 6 comments

Comments

@deng-rui
Copy link

迷雾 :
public strictfp String a(int var1) {
if (var1 == 0) {
return "off";
} else if (var1 == 1) {
return "basic";
} else {
return var1 == 2 ? "los" : "Unknown";
}
}

初始单位 :
public strictfp String d(int var1) {
if (var1 == 1) {
return "Normal (1 builder)";
} else if (var1 == 2) {
return "Small Army";
} else if (var1 == 3) {
return "3 Engineers";
} else if (var1 == 4) {
return "3 Engineers (No Command Center)";
} else if (var1 == 5) {
return "Experimental Spider";
} else if (var1 == 9) {
return "Custom";
} else {
com.corrodinggames.rts.game.units.custom.l var2 = com.corrodinggames.rts.game.units.custom.l.c(var1);
return var2 != null ? var2.e() : "Unknown";
}
}

@Mitpoppy
Copy link
Owner

看不懂java代码思密达

@deng-rui
Copy link
Author

看不懂java代码思密达

返回的几个int, 对应的意思而已 :)

@Mitpoppy
Copy link
Owner

看不懂java代码思密达

返回的几个int, 对应的意思而已 :)

我懒b一个

@deng-rui deng-rui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2024
@deng-rui
Copy link
Author

懒b

@deng-rui
Copy link
Author

比我还懒

@Mitpoppy Mitpoppy reopened this Feb 25, 2024
@Mitpoppy
Copy link
Owner

比我还懒

不行一提到你,我不懒了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants