First commit
This commit is contained in:
6
constants.gd
Normal file
6
constants.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
const UNICAST_PORT: int = 50080
|
||||
const UNICAST_ADDRESS: String = '10.1.1.14'
|
||||
const BROADCAST_PORT: int = 50000
|
||||
const BASE_ADDR = 0x100
|
||||
Reference in New Issue
Block a user