当你的才华还撑不起你的梦想时,你只能一直前进!
摘要: 1 using UnityEngine; 2 using UnityEngine.UI; 3 4 public class Text : MonoBehaviour { 5 6 public Text t; 7 private float rate = 2f; 8 private float lastTime = 0; 9 10 /... 阅读全文
posted @ 2018-09-26 10:24 One'-_-'Piece 阅读(859) 评论(0) 推荐(0) 编辑