NScumm.Scumm.ScummEngine.ActorToObj C# (CSharp) Method

ActorToObj() protected method

protected ActorToObj ( int actor ) : int
actor int
return int
        protected virtual int ActorToObj(int actor)
        {
            return actor;
        }
ScummEngine