8 lines
107 B
C#

using UnityEngine;
public class PlayerSettings : MonoBehaviour
{
public string PlayerNickname;
}