Bson.IO; using MongoDB.Bson.Serialization.Attributes; using ProtoBuf; #if !SERVER using UnityEngine; #endif namespace ET { public abstract class Object: ISupportInitialize, IDisposable { #if UNITY_EDITOR public static GameObject Global { get { return GameObject.Find("/Global"); } } [Bson...