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

GetSearchZone() 개인적인 메소드

private GetSearchZone ( int instanceID, short index ) : Zone
instanceID int
index short
리턴 Zone
        private static extern Zone GetSearchZone(int instanceID, short index);
FFACE