예제 #1
0
        private void synchro()
        {
            BroadcastingStation bs = Altar.LocalComponent <BroadcastingStation>();

            if (bs)
            {
                bs.broadcasting(this);
            }
        }
예제 #2
0
        public void setValue(int value)
        {
            value_ = value;
            BroadcastingStation bs = Altar.LocalComponent <BroadcastingStation>();

            if (bs)
            {
                bs.broadcasting(this);
            }
        }