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

GetSearchSubJob() 개인적인 메소드

private GetSearchSubJob ( int instanceID, short index ) : Job
instanceID int
index short
리턴 Job
        private static extern Job GetSearchSubJob(int instanceID, short index);
FFACE