示例#1
0
 public static GuiLogMsgHandOff getInstance()
 {
     if (null == instance)
     {
         instance = new GuiLogMsgHandOff();
     }
     return(instance);
 }
示例#2
0
 public void registerHandOff()
 {
     GuiLogMsgHandOff.getInstance().registerAt(ref OnGuiLogMsgSend);
 }