public StreamedObjectBase(StreamerBase streamer) { this.streamer = streamer; streamer.Add(this); StreamedIn = false; VirtualWorld = 0; }