Cute_demon_attacks/meng_yao/Assets/communal/mount.cs
舒荣森 9180ab0671 add
2024-10-29 16:00:02 +08:00

14 lines
235 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class mount : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
DontDestroyOnLoad(this);
}
}