private void Awake() { if (_instance == null) { _instance = this; } }
public override void OnStartLocalPlayer() { base.OnStartLocalPlayer(); _local = this; }