This commit is contained in:
MuHua-123
2025-03-07 23:08:34 +08:00
parent 5ea6b0e219
commit d3a550c8f6
18 changed files with 313 additions and 12 deletions
@@ -0,0 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AnimalFood : MonoBehaviour
{
public float nutritionValue = 20.0f; // 饱食度增加值
}