Exemplo n.º 1
0
        public void Stop()
        {
            _Machine.Termination();
            _Stop = true;

            Singleton <Log> .Instance.WriteInfo("pakcage read stop.");
        }
Exemplo n.º 2
0
        void IStatus.Leave()
        {
            _Machine.Termination();

            if (Mission.Current != null)
            {
                //_Propertys.restoreProperties();
            }
        }
Exemplo n.º 3
0
        void IStatus.Leave()
        {
            _Machine.Termination();
            _Updater.Shutdown();

            _DifferenceNoticer.Set(new IIndividual[0]);
            _DifferenceNoticer.JoinEvent -= this._BroadcastJoin;
            _DifferenceNoticer.LeftEvent -= this._BroadcastLeft;

            _Binder.Unbind <IEmotion>(this);
            _Binder.Unbind <IDevelopActor>(_Player);
            _Binder.Unbind <IPlayerProperys>(this);
            _Gate.Left(_Player);
        }
Exemplo n.º 4
0
 void IBootable.Shutdown()
 {
     _Machine.Termination();
     _Updater.Shutdown();
 }