NScumm.Scumm.ScummEngine.ActorToObj C# (CSharp) 메소드

ActorToObj() 보호된 메소드

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