Global refactor
This commit is contained in:
parent
3868af29e3
commit
0589ca4e23
180 changed files with 249 additions and 401 deletions
|
|
@ -1,19 +0,0 @@
|
|||
extends AudioStreamPlayer3D
|
||||
|
||||
class_name MultiplayerAudio3D
|
||||
|
||||
func multiplayer_play():
|
||||
play()
|
||||
internal_play.rpc()
|
||||
|
||||
func multiplayer_stop():
|
||||
stop()
|
||||
internal_stop.rpc()
|
||||
|
||||
@rpc
|
||||
func internal_play():
|
||||
play()
|
||||
|
||||
@rpc
|
||||
func internal_stop():
|
||||
play()
|
||||
Loading…
Add table
Add a link
Reference in a new issue