コード例 #1
0
ファイル: PBDG_GameMain.cs プロジェクト: ZPQ4539/ZPQDemo
 public ICamp GetICamp(string text)
 {
     return(m_campSystem.GetCamp(text));
 }