mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 20:52:10 +01:00
Merging
This commit is contained in:
11
Assets/Scripts/VariableSaver.cs
Normal file
11
Assets/Scripts/VariableSaver.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class VariableSaver : MonoBehaviour
|
||||
{
|
||||
public string username;
|
||||
|
||||
public void Awake()
|
||||
{
|
||||
DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user