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

GetNPCType() 개인적인 메소드

private GetNPCType ( int instanceID, int npcID ) : NPCType
instanceID int
npcID int
리턴 NPCType
        private static extern NPCType GetNPCType(int instanceID, int npcID);
FFACE