CameraBuddy.Spectate.Situation.Jungle.Jungle C# (CSharp) 메소드

Jungle() 정적인 개인적인 메소드

static private Jungle ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        static Jungle()
        {
            AllyJungleCamps = new List<JungleCamp>();
            EnemyJungleCamps = new List<JungleCamp>();
            //TODO: Add Lists
        }
    }
Jungle