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;
        }