Advertisement
KodingKid

C# and Java are so similar! Basic Scripting #10

May 19th, 2021
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. public class class1 {
  2.     static bool boolean = 100;
  3.     public static void booleanup() {
  4.         boolean=++
  5.         }
  6.     public static void booleandown() {
  7.         boolean=--
  8.         }
  9. }
  10. //this script is almost identical to https://pastebin.com/beDKXnhz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement