NScumm.Sword1.Logic.fnUnlockMouse C# (CSharp) 메소드

fnUnlockMouse() 개인적인 메소드

private fnUnlockMouse ( SwordObject cpt, int id, int c, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
c int
d int
e int
f int
z int
x int
리턴 int
        private int fnUnlockMouse(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            _mouse.FnUnlockMouse();
            return SCRIPT_CONT;
        }