FSO.LotView.Components.WallComponent.GetPattern C# (CSharp) Method

GetPattern() private method

private GetPattern ( ushort id ) : Wall
id ushort
return FSO.Content.Model.Wall
        private Wall GetPattern(ushort id)
        {
            if (!WallCache.ContainsKey(id)) WallCache.Add(id, Content.Content.Get().WorldWalls.Get(id));
            return WallCache[id];
        }