- Added Player account data with list of characters - Added character selection scene - Loading and saving characters flow working with account names as filters
9 lines
126 B
C#
9 lines
126 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class BleedEffect : MonoBehaviour
|
|
{
|
|
|
|
}
|