FSO.LotView.Components.WallComponent.GetPattern C# (CSharp) 메소드

GetPattern() 개인적인 메소드

private GetPattern ( ushort id ) : Wall
id ushort
리턴 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];
        }