摘要: 方式1:using System;using UnityEngine;namespace sam.test{ public class SingletonA { private static readonly SingletonA _ins = new SingletonA... 阅读全文
posted @ 2015-07-22 10:27 vily_雷 阅读(160) 评论(0) 推荐(0)