Make stuff not public if it doesn't need to be
This commit is contained in:
@@ -6,12 +6,12 @@ public class AccountHandler : MonoBehaviour
|
||||
{
|
||||
public static AccountHandler instance;
|
||||
public AccountLoggedIn accountLoggedIn;
|
||||
public AccountLoggedOut accountLoggedOut;
|
||||
public AccountLogin accountLogin;
|
||||
public AccountRegister accountRegister;
|
||||
public AccountChangeUsername accountChangeUsername;
|
||||
public AccountChangePassword accountChangePassword;
|
||||
public AccountRefreshLogin accountRefreshLogin;
|
||||
[SerializeField] private AccountLoggedOut accountLoggedOut;
|
||||
[SerializeField] private AccountLogin accountLogin;
|
||||
[SerializeField] private AccountRegister accountRegister;
|
||||
[SerializeField] private AccountChangeUsername accountChangeUsername;
|
||||
[SerializeField] private AccountChangePassword accountChangePassword;
|
||||
[SerializeField] private AccountRefreshLogin accountRefreshLogin;
|
||||
|
||||
void Awake()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user