コード例 #1
0
ファイル: Reflecter.cs プロジェクト: shrubba/planetexplorers
        public List <string> GetTrees(string libraryName)
        {
            BehaveLibrary libarry = m_BehaveLibrarys.Find(ret => ret.Match(libraryName));

            return(libarry != null?libarry.GetTrees() : null);
        }