using System.Collections; using System.Collections.Generic; using UnityEngine; public class PengZhuang : MonoBehaviour { public int lingLi = 100; System.Timers.Timer timer = new System.Timers.Timer(); private bool isStay = true; // Use this for initi