Files
UltimateFishing2020/Assets/Scripts/Assembly-CSharp/ProfileHack.cs
2026-03-04 10:03:45 +08:00

12 lines
170 B
C#

using UnityEngine;
public class ProfileHack : MonoBehaviour
{
public ProfileCreation profileCreation;
private void Awake()
{
Object.Destroy(base.gameObject);
}
}