void Awake() { Log.Init(); Debug.Log("Init bookrpg Application"); DontDestroyOnLoad(this); CoroutineMgr.Init(this); MessageMgr.messagePacker = new MessagePacker(); }