StoryTeller.Engine.DoGrammar.GetCells C# (CSharp) Method

GetCells() public method

public GetCells ( ) : IList
return IList
        public IList<Cell> GetCells()
        {
            return new List<Cell>();
        }