
using System;
using UnityEngine;
namespace DefaultNamespace.UI
{
public class CreatDetection : MonoBehaviour
{
private Material material;
private bool iscreat = false;
private void Start()
{
gameObject.AddComponent<Rigidbody>().useGravity = false;
material = GetComponent<MeshRenderer

最低0.47元/天 解锁文章
7298

被折叠的 条评论
为什么被折叠?



