コード例 #1
0
ファイル: UIFacade.cs プロジェクト: phenix1021/PhenixDotNet
 public void SendMsg(Phenix.Unity.Message.Message msg)
 {
     _msgMgr.SendMsg(msg);
 }