Add MultiplayerSyncronizers to stations

This commit is contained in:
JonShard
2026-08-09 13:15:30 +02:00
parent cf4b4ac32e
commit 9cdf72dc47
26 changed files with 233 additions and 344 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ extends Node
const STAR_DAY_FREQUENCY: int = 3
var money: int = 0:
var money: int = 1000:
get:
return money
set(value):