Resolve WES-181 "Missing code doc"
This commit is contained in:
committed by
Louis Adriaens
parent
7505ae7262
commit
3d99184717
@@ -38,7 +38,6 @@ public class User
|
||||
/// </summary>
|
||||
public Sprite GetAvatar() { return UserList.AVATARS[storedUserData.avatarIndex]; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Get a list of all recently started minigameCards
|
||||
/// </summary>
|
||||
|
||||
@@ -12,6 +12,9 @@ public class UserAvatarList : ScriptableObject
|
||||
/// </summary>
|
||||
public List<Sprite> avatars = new List<Sprite>();
|
||||
|
||||
/// <summary>
|
||||
/// Awake is called when the object gets created
|
||||
/// </summary>
|
||||
public void Awake()
|
||||
{
|
||||
UserList.AVATARS = avatars;
|
||||
|
||||
@@ -54,7 +54,6 @@ public class UserCreationScreen : MonoBehaviour
|
||||
/// </summary>
|
||||
public static bool canGoBack = true;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Start is called before the first frame update
|
||||
/// </summary>
|
||||
|
||||
@@ -105,7 +105,6 @@ public static class UserList
|
||||
PersistentDataController.GetInstance().SetCurrentUser(index, true);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Change the current user
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user