@@ -0,0 +1,9 @@
from __main__ import networking
class Sound:
def __init__(self, id):
self.name = "Sound " + str(id)
pass
def play(self, name):
networking.playSound(self.name)
The note is not visible to the blocked user.