コード例 #1
0
ファイル: NetworkLockManager.cs プロジェクト: martin762/Eddie
 public virtual void AllowInterface(string id)
 {
     if (m_current != null)
     {
         m_current.AllowInterface(id);
     }
 }