Example #1
0
        protected override void Initialize()
        {
            base.Initialize();

            _fontRenderer = GetUnderlyingObject().GameObject.RequireComponent<MochaInterface.CFontRenderer>();
        }
Example #2
0
        protected override void Initialize()
        {
            base.Initialize();

            _fontRenderer = GetUnderlyingObject().GameObject.RequireComponent <MochaInterface.CFontRenderer>();
        }