Battle_Script_Pro.Form1.DecompileByteParameter C# (CSharp) 메소드

DecompileByteParameter() 개인적인 메소드

private DecompileByteParameter ( int offset, byte rom ) : byte
offset int
rom byte
리턴 byte
        private byte DecompileByteParameter(int offset, byte[] rom)
        {
            return rom[offset];
        }
Form1