mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 20:52:10 +01:00
added network movement
This commit is contained in:
@@ -7,6 +7,7 @@ public class Player : MonoBehaviour
|
||||
[SerializeField] int health;
|
||||
[SerializeField] float SyncIntervalSeconds = 5.0f;
|
||||
[SerializeField] GameObject GameManager;
|
||||
|
||||
|
||||
private PlayerMaster playerMaster;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user