fishmonkey1 / radar-test

fuggin with da radars boiiiii
1 stars 0 forks source link

Destroyed Health gameObjects aren't destroyed on clients #11

Open BarndoBoi opened 2 months ago

BarndoBoi commented 2 months ago

When damage is done on the server and calls RemoveHealth() it only deletes the object on the server. We need to make an RPC that informs the clients its destroyed. Should be pretty easy.