NewSF64Toolkit.DataStructures.DataObjects.SFLevelObject.SFLevelObject C# (CSharp) 메소드

SFLevelObject() 공개 메소드

public SFLevelObject ( int offset, byte bytes ) : System
offset int
bytes byte
리턴 System
        public SFLevelObject(int offset, byte[] bytes)
        {
            Offset = offset;

            AdvancedScript = null;

            LoadFromBytes(bytes);
        }