MemoryAPI.EliteMMOWrapper.NPCTools.IsOfType C# (CSharp) 메소드

IsOfType() 개인적인 메소드

private IsOfType ( int one, int other ) : bool
one int
other int
리턴 bool
            private bool IsOfType(int one, int other)
            {
                return (one & other) == other;
            }