mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 20:52:10 +01:00
Revert "Merge branch 'Lobby-System'"
This reverts commitf19e634ee9, reversing changes made to21c03f5b00.
This commit is contained in:
@@ -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