NScumm.Sword1.Logic.fnNormalMouse C# (CSharp) Метод

fnNormalMouse() приватный Метод

private fnNormalMouse ( 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 fnNormalMouse(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            _mouse.FnNormalMouse();
            return SCRIPT_CONT;
        }