CutePet/Assets/Scripts/CreateLev/IsSuccessMsg.cs
2024-10-25 11:10:04 +08:00

10 lines
158 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class IsSuccessMsg
{
public string msg;
public bool success;
}