Unity中MVC的簡單應用

model using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// 模型委託(當用戶信息發生變化時執行) /// </summary> public delegate void OnValueChange(int val); public class Pla
相關文章
相關標籤/搜索