Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class class1 {
- static bool boolean = 100;
- public static void booleanup() {
- boolean=++
- }
- public static void booleandown() {
- boolean=--
- }
- }
- //this script is almost identical to https://pastebin.com/beDKXnhz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement