Advertisement
KodingKid

C# OOP Part 3 - Basic Scripting #8

May 18th, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. public class noise1 {
  2.     static bool noise2 = 0;
  3.     public static void soundUp() {
  4.         noise2=++
  5.         }
  6.     public static void soundDown() {
  7.         noise2=--
  8.         }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement