_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/User.cs

10 lines
168 B
C#
Raw Normal View History

2024-11-15 23:31:54 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class User : Singleton<User>
{
public int userId;
public int escapeId;
}