first commit

This commit is contained in:
Kolyah35
2026-03-18 12:51:32 +03:00
commit 97ef2458fd
63 changed files with 10658 additions and 0 deletions

11
p000/RandomUtil.java Normal file
View File

@@ -0,0 +1,11 @@
package p000;
import java.util.Random;
/* renamed from: s */
/* loaded from: microcounterstrike.jar:s.class */
public final class RandomUtil {
/* renamed from: a */
public static Random random237 = new Random();
}