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

GetStringAt() 보호된 메소드

protected GetStringAt ( int index ) : byte[]
index int
리턴 byte[]
        protected virtual byte[] GetStringAt(int index)
        {
            return _strings[index];
        }
    }
ScummEngine