mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-30 04:57:10 +01:00
@@ -1,11 +0,0 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class VariableSaver : MonoBehaviour
|
||||
{
|
||||
public string username;
|
||||
|
||||
public void Awake()
|
||||
{
|
||||
DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user