Repository URL to install this package:
|
Version:
1.0.2 ▾
|
using System;
using UnityEngine;
namespace Gs2.Weave.Credential
{
[Serializable]
public class CredentialInstaller : MonoBehaviour
{
[SerializeField]
public string applicationUserName = "app";
}
}