Licensing Information - GNU GPL 3.0 or later
This commit is contained in:
parent
97ac75c936
commit
d4507655af
7 changed files with 18 additions and 167 deletions
|
@ -1,3 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-3.0-or-later
|
||||
## Copyright (c) 2024 interstellardevelopment.org
|
||||
|
||||
extends Node
|
||||
|
||||
# This tells the game what the logmode is.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-3.0-or-later
|
||||
## Copyright (c) 2024 interstellardevelopment.org
|
||||
|
||||
extends Node
|
||||
|
||||
var mutex: Mutex = Mutex.new()
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-3.0-or-later
|
||||
## Copyright (c) 2024 interstellardevelopment.org
|
||||
|
||||
extends Node
|
||||
|
||||
signal playerlist_changed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue