mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
Update ShipRecoveryPoint.cs
This commit is contained in:
parent
cdac9f3c85
commit
1fdac51082
@ -1,4 +1,5 @@
|
|||||||
using QSB.Messaging;
|
using QSB.Localisation;
|
||||||
|
using QSB.Messaging;
|
||||||
using QSB.ShipSync;
|
using QSB.ShipSync;
|
||||||
using QSB.Utility;
|
using QSB.Utility;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
@ -15,7 +16,7 @@ internal class ShipRecoveryPoint : MonoBehaviour
|
|||||||
private int _respawnIndex;
|
private int _respawnIndex;
|
||||||
private bool _wearingSuit;
|
private bool _wearingSuit;
|
||||||
|
|
||||||
private static readonly UITextType _respawnPlayerText = UIHelper.AddToUITable("Respawn Player");
|
private static readonly UITextType _respawnPlayerText = UIHelper.AddToUITable(QSBLocalisation.Current.RespawnPlayer);
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user