fBaseXtensions.Cache.TheCache.FindActByLevelID C# (CSharp) Method

FindActByLevelID() public static method

To Find Town Areas
public static FindActByLevelID ( int ID ) : Act
ID int
return Act
        public static Act FindActByLevelID(int ID)
        {
            switch (ID)
            {
                case 332339:
                    return Act.A1;
                case 168314:
                    return Act.A2;
                case 92945:
                    return Act.A3;
                case 270011:
                    return Act.A5;
            }

            return Act.Invalid;
        }