Terraria.ModLoader.BuffLoader.IsModBuff C# (CSharp) Метод

IsModBuff() статический приватный Метод

static private IsModBuff ( int type ) : bool
type int
Результат bool
        internal static bool IsModBuff(int type)
        {
            return type >= BuffID.Count;
        }