FFACETools.FFACE.IsNPCclaimed C# (CSharp) 메소드

IsNPCclaimed() 개인적인 메소드

private IsNPCclaimed ( int instanceID, int npcID ) : bool
instanceID int
npcID int
리턴 bool
        private static extern bool IsNPCclaimed(int instanceID, int npcID);
FFACE