CutePet/Assets/Scripts/CreateLev/IsSuccessMsg.cs

10 lines
158 B
C#
Raw Permalink Normal View History

2024-10-25 11:10:04 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class IsSuccessMsg
{
public string msg;
public bool success;
}