8ac9c95887
2024年12月13日,08点47分——wlx——ll
20 lines
364 B
C#
20 lines
364 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class EnemyTipsinfo : MonoBehaviour
|
|
{
|
|
public EnemyStatistics EnemyStatistics =new EnemyStatistics();
|
|
// Start is called before the first frame update
|
|
void Start()
|
|
{
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|