コード例 #1
0
    public void Destory()
    {
        singleInstance = null;

        if (_upd != null)
        {
            _upd.EndClientUdp();
            _upd = null;
        }

        mes_frame_operation  = null;
        mes_delta_frame_data = null;
        mes_down_game_over   = null;
    }
コード例 #2
0
 public void RewriteDelegate(IViewModel viewModel)
 {
     _delegateReceiveMessage = viewModel.Notification;
 }
コード例 #3
0
ファイル: ClientUdp.cs プロジェクト: MaxLykoS/Elimination
 public void Destroy()
 {
     msg_delta_frame     = null;
     msg_frame_operation = null;
     EndClientUdp();
 }