Clean repository-owned GDScript warnings
This commit is contained in:
parent
ff536e62a6
commit
1284619079
17 changed files with 60 additions and 74 deletions
|
|
@ -1,6 +1,7 @@
|
|||
class_name NetworkTransport
|
||||
extends Node
|
||||
|
||||
@warning_ignore("unused_signal")
|
||||
signal transport_error(message: String)
|
||||
|
||||
var _peer: MultiplayerPeer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue