コード例 #1
0
        public override void DeserializeStateObject(SaveState state)
        {
            Type         = Types.StreamingRef;
            ExternalFile = new BaseString(state.ReadIndexedString());
            GUID         = state.ReadIndexedGUID();

            // if not zero, calls something into the streaming manager
            byte unknown = state.Reader.ReadByte();
        }
コード例 #2
0
 public void DeserializeStateObject(SaveState state)
 {
     AssignFromOther(state.ReadIndexedGUID());
 }