示例#1
0
 public static ItemManager getInstance()
 {
     if (_instance == null)
         _instance = new ItemManager();
     return _instance;
 }